anyquery completion zsh
Generate the autocompletion script for zsh
Synopsis
Section titled “Synopsis”Generate the autocompletion script for the zsh shell.
If shell completion is not already enabled in your environment you will need to enable it. You can execute the following once:
echo "autoload -U compinit; compinit" >> ~/.zshrcTo load completions in your current shell session:
source <(anyquery completion zsh)To load completions for every new session, execute once:
Linux:
Section titled “Linux:”anyquery completion zsh > "${fpath[1]}/_anyquery"macOS:
Section titled “macOS:”anyquery completion zsh > $(brew --prefix)/share/zsh/site-functions/_anyqueryYou will need to start a new shell for this setup to take effect.
anyquery completion zsh [flags]Options
Section titled “Options” -h, --help help for zsh --no-descriptions disable completion descriptionsSEE ALSO
Section titled “SEE ALSO”- anyquery completion - Generate the autocompletion script for the specified shell