Fish

Generate the autocompletion script for fish

Synopsis

Generate the autocompletion script for the fish shell.

To load completions in your current shell session:

cedana-cli completion fish | source

To load completions for every new session, execute once:

cedana-cli completion fish > ~/.config/fish/completions/cedana-cli.fish

You will need to start a new shell for this setup to take effect.

cedana-cli completion fish [flags]

Options

  -h, --help              help for fish
      --no-descriptions   disable completion descriptions

Options inherited from parent commands

      --config string       one-time config JSON string (merge with existing config)
      --config-dir string   custom config directory

SEE ALSO

Auto generated by spf13/cobra on 3-Apr-2025

Last updated

Was this helpful?