Replies: 1 comment 2 replies
|
Yes, that sounds reasonable to be able to specify a default command. The question is whether it's possible to specify it so it can only be done once. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
For example,
installis the default command of the Bundler CLI:bundleis short forbundle installpushis the default subcommand ofgit stash:git stashis short forgit stash pushThis could just be a boolean
defaulton theCommandobjectboolfalseShall we specify that
defaultmay betruefor only one subcommand and not for the root command?All reactions