Fix implicit and short

This commit is contained in:
Baptiste Wicht 2014-10-28 21:36:33 +01:00
parent 32be452302
commit 9642317b08

View File

@ -1022,6 +1022,10 @@ Options::parse(int& argc, char**& argv)
{
checked_parse_arg(argc, argv, current, value, name);
}
else if (value->value().has_implicit())
{
parse_option(value, name, "");
}
else
{
//error