zsh
generate zsh autocompletion script
zsh
Name
dataformat completion zsh - generate zsh autocompletion script
Synopsis
dataformat completion zsh [flags]
Description
Steps to setup command-line completion for zsh:
If shell completion is not already enabled in your environment, enable it by executing the following once:
echo "autoload -U compinit; compinit" >> ~/.zshrc
To load completions for each session, execute once:
dataformat completion zsh > "${fpath[1]}/_ncbi_dataformat"
You will need to start a new shell for this setup to take effect.
Options
-h, --help help for zsh
Generated November 25, 2024