Description
Discussed in #1915
Originally posted by ldelossa May 25, 2024
Hello,
I have a root command called 'cmd'.
Now I have a sub command hanging off this called "sub-command".
The cli.Command for "sub-command" defines 2 flags "--a, --b".
All commands have the "EnableShellCompletion" boolean set to true.
I'm using zsh
. Should I expect to see completion for cmd subcommand --<Tab>
.
My assumption was to see completion for --a, --b
but instead the only completion I get is for --h, -help
essentially.
Metadata
Metadata
Assignees
Labels
No labels