Closed ignazioc closed 8 years ago
Curious about this too! I realize that you can do
command 'commandName subcommandName'
but this litters commandName --help
heavily if there are a lot of sub commands for each command :(
I switched from commander
to GLI
that supports this syntax by default.
Thanks for the great job. I'm wondering if with this tool is possible to define two levels of commands. For example:
Where
git
is the name of the script,remote
is the 1st level of command andadd
|rm
are the actual commands.Thanks.