rhoas_completion_bash
#
rhoas completion bashGenerate command completion script for Bash shell
#
SynopsisGenerate command completion script for Bash shell.
Installing on Linux:
- Run
rhoas completion bash > rhoas_completions
to create the script file. - Run
sudo mv rhoas_completions /etc/bash_completion.d/rhoas
to place the script in a special Bash completions directory.
Installing on macOS:
- Run
rhoas completion bash > rhoas_completions
to create the script file. - Run
sudo mv rhoas_completions /usr/local/etc/bash_completion.d/rhoas
to place the script in a special Bash completions directory.
rhoas completion bash
#
Examplesrhoas completion bash
#
Options inherited from parent commands -h, --help Show help for a command -v, --verbose Enable verbose mode
#
SEE ALSO- rhoas completion - Outputs command completion for the given shell (bash, zsh, or fish)