Bash completion doesn't work for subcommands of subcommands #1617
Labels
area/v2
relates to / is being considered for v2
kind/bug
describes or fixes a bug
status/claimed
someone has claimed this issue
status/triage
maintainers still need to look into this
My urfave/cli version is
github.com/urfave/cli/v2 v2.23.6
Checklist
Dependency Management
Describe the bug
Bash completion (arg
--generate-bash-completion
and optionEnableBashCompletion
) does not provide completion for subcommands of subcommands.To reproduce
https://go.dev/play/p/aO7adBNLVCf
Observed behavior
It returns commands below alpha.
Expected behavior
It should returns commands below beta (ie. gamma)
Run
go version
and paste its output hereThe text was updated successfully, but these errors were encountered: