pitchfork completion
- Usage:
pitchfork completion <SHELL> - Effect: read-only
Generates shell completion scripts
Creates self-contained tab-completion scripts for your shell.
Supported shells: bash, zsh, fish
Installation:
bash:
mkdir -p ~/.local/share/bash-completion/completions
pitchfork completion bash > ~/.local/share/bash-completion/completions/pitchfork
zsh:
mkdir -p ~/.zfunc
pitchfork completion zsh > ~/.zfunc/_pitchfork
fish:
mkdir -p ~/.config/fish/completions
pitchfork completion fish > ~/.config/fish/completions/pitchfork.fish
Arguments
<SHELL>— Shell to generate completions for (bash, zsh, fish)Choices:
bash,zsh,fish
Flags
-h --help— Print help
