mpak completion
Generate shell completion scripts for tab-completion of mpak commands and subcommands.
mpak completion <shell>Supported shells: bash, zsh, fish
Installation
Section titled “Installation”# Add to current sessioneval "$(mpak completion bash)"
# Or persist in your profilempak completion bash >> ~/.bashrc# Add to current sessioneval "$(mpak completion zsh)"
# Or save to completions directorympak completion zsh > ~/.zsh/completions/_mpak# Add to current sessionmpak completion fish | source
# Or persistmpak completion fish > ~/.config/fish/completions/mpak.fishWhat Gets Completed
Section titled “What Gets Completed”The completion scripts provide tab-completion for:
- Top-level commands:
search,run,bundle,skill,config,completion,help bundlesubcommands:search,show,pull,runskillsubcommands:validate,pack,search,show,pull,install,listconfigsubcommands:set,get,list,clearcompletionshells:bash,zsh,fish