Skip to main content

rhoas_completion

rhoas completion#

Outputs command completion for the given shell (bash, zsh, or fish)

Synopsis#

Outputs command completion for the given shell (bash, zsh, or fish).

To find what shell you are currently running, run echo $0.

Run rhoas completion [bash|zsh|fish] -h for instructions on installing command completions for your shell.

When you have installed the command completion script, make sure you restart your shell for the changes to take effect.

Examples#

## Generate command completion script for Bash shellrhoas completion bash
## Generate command completion script for fish shellrhoas completion fish
## Generate command completion script for Zsh shellrhoas completion zsh

Options inherited from parent commands#

  -h, --help      Show help for a command  -v, --verbose   Enable verbose mode

SEE ALSO#