Project
CLI

Shell Completion

Generate shell completion scripts for Project.

project completion

Generate shell completion scripts.

project completion [command]

Available commands:

CommandDescription
project completion bashGenerate Bash completions.
project completion fishGenerate Fish completions.
project completion powershellGenerate PowerShell completions.
project completion zshGenerate Zsh completions.

project completion zsh

project completion zsh [flags]

Flags

FlagSynonymsTypeDefaultDescription
--no-descriptions-booleanfalseDisable completion descriptions.
--help-hbooleanfalsePrint help.

Homebrew Install Path

When installed through Homebrew, completions should be installed into Homebrew's zsh completion path:

project completion zsh > "$(brew --prefix)/share/zsh/site-functions/_project"

Start a new shell after writing the completion file.

On this page