Can we have alias subcommands - or commands with spaces in them (and without 'quotes'), that resolve to a top level command? #5782
Unanswered
danielyrovas
asked this question in
Q&A
Replies: 1 comment
-
We had a For me, one big question that would need to be answered is why not just add those subcommands to the parent command like we do for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm writing a CLI app (using derive) and attempting to make calling a specific command easier. Users may use any of the following:
I want all of these to result in the same top-level
run
command, is there an easy way to achieve this?for context here are my structs/enums so far
and then I
parse
andmatch
oncli.command
.Beta Was this translation helpful? Give feedback.
All reactions