Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 947 Bytes

cprl_completion_fish.md

File metadata and controls

42 lines (25 loc) · 947 Bytes

cprl 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:

cprl completion fish | source

To load completions for every new session, execute once:

cprl completion fish > ~/.config/fish/completions/cprl.fish

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

cprl completion fish [flags]

Options

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

Options inherited from parent commands

      --aws-profile string   overrides [aws-profile] value in cprl.yaml
      --profile string       references a profile in cprl.yaml (default "default")

SEE ALSO

  • cprl completion - Generate the autocompletion script for the specified shell
Auto generated by spf13/cobra on 27-Feb-2024