Softhouse / jargo

Argument and options parser for java
Other
17 stars 0 forks source link

Help for root arguments does not work if command has been given before help #47

Closed jontejj closed 6 years ago

jontejj commented 6 years ago
my-app git --help -I

gives:

'-I' is not a supported argument/option/command. See usage for -h for proper values.

But -I is actually a main argument, so it should actually be supported. And it is, but not for getting help.

jontejj commented 6 years ago

Fixed in the jontejj repo