CLI reference
heddle completion
Shippedheddle completion <shell> Emit a shell completion script for bash, zsh, or fish. Pipe into the right place for your shell and reload.
Heddle's completion scripts are generated from the same CLI spec the binary uses internally, so they're always in sync with what's actually implemented. No stale completions when a flag is added or renamed.
PowerShell is not supported at this time. The shell-completion surface is bash, zsh, and fish only.
Arguments
<shell>bash | zsh | fish required- Which shell's completion format to emit.
Examples
Install for zsh
bash$ heddle completion zsh > /usr/local/share/zsh/site-functions/_heddleInstall for fish
bash$ heddle completion fish > ~/.config/fish/completions/heddle.fish