dmscli 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:
dmscli completion fish | source
To load completions for every new session, execute the following one time:
dmscli completion fish > ~/.config/fish/completions/dmscli.fish
You will need to start a new shell for this setup to take effect.
dmscli completion fish [flags]
Flag | Short | Type | Default | Description |
---|---|---|---|---|
--help | -h | bool | Help for fish . | |
--no-descriptions | bool | Disable completion descriptions. |
Was this page helpful?