v3 fish completions conflate 2+ level subcommand options #2115
Labels
area/v3
relates to / is being considered for v3
kind/bug
describes or fixes a bug
status/triage
maintainers still need to look into this
My urfave/cli version is
c6c5804
Checklist
Describe the bug
Where a command has identical L2 sub-commands, we will suggest the union of their options.
To reproduce
Observed behavior
Expected behavior
L2 sub-commands should suggest their own options only.
Want to fix this yourself?
The fix is to tell
complete
about the full sub-command "path". Should be straight-forward given theLineage()
method on commands. PR pending.Run
go version
and paste its output hereRun
go env
and paste its output hereThe text was updated successfully, but these errors were encountered: