Linux
macOS
Options
SEE ALSO
- devbox completion - Generate the autocompletion script for the specified shell
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generate the autocompletion script for the zsh shell.
mkdir -p ~/.oh-my-zsh/completions
devbox completion zsh > ~/.oh-my-zsh/completions/_devbox
echo "autoload -U compinit; compinit" >> ~/.zshrc
source <(devbox completion zsh); compdef _devbox devbox
devbox completion zsh > "${fpath[1]}/_devbox"
devbox completion zsh > \
$(brew --prefix)/share/zsh/site-functions/_devbox
devbox completion zsh [flags]
| Option | Description |
|---|---|
-h, --help | help for zsh |
--no-descriptions | disable completion descriptions |
-q, --quiet | suppresses logs |
Was this page helpful?