tailorctl completion zsh
To load the completions, run:
. <(tailorctl completion zsh) && compdef _tailorctl tailorctl
To configure your zsh shell to load the completions for each session, add the following line to ~/.zshrc
or ~/.profile
:
command -v tailorctl >/dev/null && . <(tailorctl completion zsh) && compdef _tailorctl tailorctl
Usage
tailorctl completion zsh [flags]
Flags
-h, --help help for zsh
See also
- tailorctl completion - Generates completion scripts for shells