You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! Sometimes we faced with a situation that we should create alias for subcommands. For example, pnpm i and pnpm install. The subcommand named i and subcommand named install is the same command.
The solution now is to create two subcommands with same value, like:
Describe the feature
Hey! Sometimes we faced with a situation that we should create alias for subcommands. For example,
pnpm i
andpnpm install
. The subcommand namedi
and subcommand namedinstall
is the same command.The solution now is to create two subcommands with same value, like:
But this looks not so elegant. Can we support
alias
parameter fordefineCommand
? I can work for my issue.Additional information
The text was updated successfully, but these errors were encountered: