Softhouse / jargo

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

Provide a way to force sub-commands to be given #49

Open jontejj opened 6 years ago

jontejj commented 6 years ago

If a command is just a grouping for other commands, such as git or mvn, then any of it's args must be given before another command may start to be given.

Maybe introduce CommandGroup?