Generate the autocompletion script for fish
Generate the autocompletion script for the fish shell.
To load completions in your current shell session:
mutiro completion fish | source
To load completions for every new session, execute once:
mutiro completion fish > ~/.config/fish/completions/mutiro.fish
You will need to start a new shell for this setup to take effect.
mutiro completion fish [flags]
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for fish |
| --no-descriptions | bool | disable completion descriptions |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |