Generate the autocompletion script for powershell
Generate the autocompletion script for powershell.
To load completions in your current shell session:
dbxcli completion powershell | Out-String | Invoke-Expression
To load completions for every new session, add the output of the above command to your powershell profile.
dbxcli completion powershell [flags]
-h, --help help for powershell
--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