A tiny tool that installs fish completions for any CLI that supports a
<name> completion fish subcommand, the convention used by
urfave/cli and several other CLI frameworks.
comp cliThis will:
- Run
cli completion fishto generate the completion script. - Write it to
$XDG_CONFIG_HOME/fish/completions/<name>.fish, defaulting to~/.config/fish/completions/<name>.fish.