mise completion
- Usage:
mise completion [--include-bash-completion-lib] [SHELL]
- Source code:
src/cli/completion.rs
Generate shell completions
Arguments
[SHELL]
Shell type to generate completions for
Choices:
bash
fish
zsh
Flags
--include-bash-completion-lib
Include the bash completion library in the bash completion script
This is required for completions to work in bash, but it is not included by default you may source it separately or enable this flag to include it in the script.
Examples:
mise completion bash > /etc/bash_completion.d/mise
mise completion zsh > /usr/local/share/zsh/site-functions/_mise
mise completion fish > ~/.config/fish/completions/mise.fish