Skip to main content
Generate the autocompletion script for versori for the specified shell. See each sub-command’s help for details on how to use the generated script.

Subcommands


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:
To load completions for every new session, execute once:

Linux

macOS

You will need to start a new shell for this setup to take effect.
Flags:
  • -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:
To load completions for every new session, execute once:
You will need to start a new shell for this setup to take effect.
Flags:
  • -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:
To load completions for every new session, add the output of the above command to your powershell profile.
Flags:
  • -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:
To load completions in your current shell session:
To load completions for every new session, execute once:

Linux

macOS

You will need to start a new shell for this setup to take effect.
Flags:
  • -h, --help: help for zsh
  • --no-descriptions: disable completion descriptions