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