Generates the autocompletion script for fish.
Synopsis
Generates the autocompletion script for the fish shell.
To load completions in your current shell session:
cfcli completion fish | sourceTo load completions for every new session, execute the following one time:
cfcli completion fish > ~_.config_fish_completions_cfcli.fishYou will need to start a new shell for this setup to take effect.
cfcli completion fish [flags]| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
| --help | -h | bool | Help for fish. | |
| --no-descriptions | bool | Disable completion descriptions. |
Was this page helpful?