hitspec completion
Generate a shell completion script sohitspec can tab-complete commands, flags,
and arguments.
<shell> is one of bash, zsh, fish, or powershell. The command prints the
script to stdout; redirect or source it as shown below.
Setup
- Bash
- Zsh
- Fish
- PowerShell
Load completions for the current session:Load them for every session:
Bash completions require the
bash-completion package to be installed.