Generate the autocompletion script for fish
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]
-h, --help help for fish
--no-descriptions disable completion descriptions
--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
- Structured JSON output: no
- JSON help manifest: yes
- Manifest version:
1 - Auth modes: none
- Dropbox scopes: none
- Flag metadata:
--output(values:json,text)
- dbxcli completion - Generate the autocompletion script for the specified shell