cfcli completion fish

AI Tools

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 | source

To load completions for every new session, execute the following one time:

cfcli completion fish > ~_.config_fish_completions_cfcli.fish

You 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.


On This Page