notation completion fish
notation completion fish
Generate the autocompletion script for fish
Synopsis
Generate the autocompletion script for the fish shell.
To load completions in your current shell session:
notation completion fish | source
To load completions for every new session, execute once:
notation completion fish > ~/.config/fish/completions/notation.fish
You will need to start a new shell for this setup to take effect.
notation completion fish [flags]
Options
-h, --help help for fish
--no-descriptions disable completion descriptions
SEE ALSO
- notation completion - Generate the autocompletion script for the specified shell
Auto generated by spf13/cobra on 19-Sep-2023
Last modified
November 5, 2023
: added CLI reference content for v1.0.0 (#355) (72786dc)