lbcli completion fish
Generates the autocompletion script for fish.
Synopsis
Generates the autocompletion script for the fish shell.
To load completions in your current shell session:
lbcli completion fish | source
To load completions for every new session, execute this once:
lbcli completion fish > ~/.config/fish/completions/lbcli.fish
You will need to start a new shell for this setup to take effect.
Example:
lbcli completion fish [flags]
Flag | Short | Type | Default | Description |
---|---|---|---|---|
--help | -h | bool | Help for fish . | |
--no-descriptions | bool | Disable completion descriptions. |
Was this page helpful?