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

fsoc completion fish | source

To load completions for every new session, execute once:

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

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

fsoc completion fish [flags]

Options

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

Options Inherited From Parent Commands

      --config string      config file (default is ~/.fsoc). May be .yaml or .json
      --curl               log curl equivalent for platform API calls (implies --verbose)
      --fields string      perform specified fields transform/extract JQ expression
      --log string         set a location and name for the fsoc log file (default "/tmp/fsoc.log")
      --no-version-check   skip the daily check for new versions of fsoc
  -o, --output string      output format (auto, table, detail, json, yaml) (default "auto")
      --profile string     access profile (default is current or "default")
  -v, --verbose            enable detailed output

See Also

  • fsoc completion - Generate the autocompletion script for the specified shell