clerc
clerc copied to clipboard
Add sub-command support
Clerc already supports subcommands now. Just use spaces
e.g.
defineCommand('parent children')
but it should like command can use
e.g. command git commit
- help git --> should give nice command message (now give error, command not found)
- help git commit ---> should give nice message for
commitsubcommand.