-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
Description
Unless I missed this in the docs, there doesn't seem to be an easy way to set up multiple "commands". The argument parsing is nice, but it would be great to handle multiple commands with seperate argument configurations.
Commander refers to them "Git-style sub-commands".
https://www.npmjs.com/package/commander#git-style-sub-commands
Maybe the symfony/console component would be better for what I'm trying to do, but just thought I'd mention the issue to see if I'm missing something or in case it's something we'd like to add to the roadmap.