mirror of
https://github.com/89luca89/distrobox.git
synced 2026-08-17 16:34:42 -05:00
Wrappers in completions/ call --generate-shell-completion; a Go ShellComplete callback emits flag names so urfave's default response (subcommands only) is replaced with the full candidate set. This replaces old hard-coded way to auto-complete using shell script's parsing. Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>