zsh

Generate zsh autocompletion script

zsh

Generate zsh autocompletion script

Name

dataformat completion zsh - Generate zsh autocompletion script

Synopsis

dataformat completion zsh [flags]

Description

Steps to setup command-line completion for zsh:

  1. If shell completion is not already enabled in your environment, enable it by executing the following once:

    echo "autoload -U compinit; compinit" >> ~/.zshrc
    
  2. 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

      --force   Force dataformat to run without type check prompt
  -h, --help    help for zsh
Generated May 30, 2024