Subcommands
| Subcommand | Description |
|---|---|
bash | Generate the autocompletion script for bash |
fish | Generate the autocompletion script for fish |
powershell | Generate the autocompletion script for powershell |
zsh | Generate the autocompletion script for zsh |
versori completion bash
Generate the autocompletion script for the bash shell.
This script depends on the ‘bash-completion’ package.
If it is not installed already, you can install it via your OS’s package manager.
To load completions in your current shell session:
Linux
macOS
-h,--help: help for bash--no-descriptions: disable completion descriptions
versori completion fish
Generate the autocompletion script for the fish shell.
To load completions in your current shell session:
-h,--help: help for fish--no-descriptions: disable completion descriptions
versori completion powershell
Generate the autocompletion script for powershell.
To load completions in your current shell session:
-h,--help: help for powershell--no-descriptions: disable completion descriptions
versori completion zsh
Generate the autocompletion script for the zsh shell.
If shell completion is not already enabled in your environment you will need
to enable it. You can execute the following once:
Linux
macOS
-h,--help: help for zsh--no-descriptions: disable completion descriptions