Softhouse / jargo

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

Pass arguments to main command to sub commands #39

Closed jontejj closed 6 years ago

jontejj commented 6 years ago

With subcommands like:

program --url http://localhost compile test

the subcommands compile/test should have a way to access the --url argument from the ParsedArguments.

Right now, "--url was not found in this result at all. Did you perhaps forget to add it to withArguments(...)?. See usage for organization for proper values." is thrown instead.

jontejj commented 6 years ago

Fixed in the jontejj repo