Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.27 KB

File metadata and controls

55 lines (34 loc) · 1.27 KB

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

dbxcli completion fish | source

To load completions for every new session, execute once:

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

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

dbxcli completion fish [flags]

Options

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

Options inherited from parent commands

      --as-member string   Member ID to perform action as
      --output string      Output format: text, json (default "text")
      --timeout duration   Timeout for Dropbox network operations (0 disables; examples: 30s, 2m, 1h)
  -v, --verbose            Enable verbose logging

Command metadata

  • Structured JSON output: no
  • JSON help manifest: yes
  • Manifest version: 1
  • Auth modes: none
  • Dropbox scopes: none
  • Flag metadata: --output (values: json, text)

SEE ALSO