devbox completion to generate completion scripts for Bash, fish, PowerShell, or Zsh. Source the generated script in the current shell or install it for future sessions.
Usage
devbox completion bash
Generate a Bash completion script. This script requires the bash-completion package.
Usage
Enable completion in the current Bash session
Install Bash completion on macOS
Options
boolean
Omit descriptions from completion suggestions.
devbox completion fish
Generate a fish completion script.
Usage
Enable completion in the current fish session
Install fish completion
Options
boolean
Omit descriptions from completion suggestions.
devbox completion powershell
Generate a PowerShell completion script.
Usage
Enable completion in the current PowerShell session
Options
boolean
Omit descriptions from completion suggestions.
devbox completion zsh
Generate a Zsh completion script. If shell completion is not enabled, initialize Zsh’s completion system before loading the script.
Usage
Enable completion in the current Zsh session
Install Zsh completion on macOS
Options
boolean
Omit descriptions from completion suggestions.