cli
cli copied to clipboard
Include flags in auto-completion along with subcommands
Flags like ipinfo --help or ipinfo -h are not getting suggested in auto-completion; only the subcommands are.
This is a bug in the completion fork we made: fix it to ensure it recommends flags along with subcommands in such a context.