kotlin-argparser icon indicating copy to clipboard operation
kotlin-argparser copied to clipboard

Add support for sub-commands

Open xenomachina opened this issue 8 years ago • 1 comments

Sub commands (as used by git or p4, for example) would be nice:

myCommand --foo --bar subcommand --baz --quux

The arguments after the subcommand should be disjoint from those of the main command.

xenomachina avatar Jan 09 '17 03:01 xenomachina

it'll be great if we can support command like myCommand subCommand --foo 1 --bar 2

darth30joker avatar Jun 26 '17 13:06 darth30joker