Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 883 Bytes

json-patcher_completion_fish.md

File metadata and controls

41 lines (24 loc) · 883 Bytes

json-patcher 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:

json-patcher completion fish | source

To load completions for every new session, execute once:

json-patcher completion fish > ~/.config/fish/completions/json-patcher.fish

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

json-patcher completion fish [flags]

Options

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

Options inherited from parent commands

  -d, --debug   debug mode enabled

SEE ALSO

Auto generated by spf13/cobra on 11-Mar-2023