bash
Generate bash autocompletion script
bash
Name
dataformat completion bash - Generate bash autocompletion script
Synopsis
dataformat completion bash [flags]
Description
Steps to setup command-line completion for bash:
Ensure you have bash-completion installed on your system
Execute once:
dataformat completion bash > ~/.bash_completion.d/ncbi-dataformat.bash
Create/edit the file
~/.bash_completion
, adding the following:for f in ~/.bash_completion.d/* ; do . $f [[ -f "$f" ]] && source "$f" done
Depending on your setup, you may need to source ~/.bash_completion
Options
--force Force dataformat to run without type check prompt
-h, --help help for bash
Generated November 25, 2024