evroc CLI Completion
The evroc CLI supports completion (also known as tab-completion) for the following shells:
- bash
 - fish
 - powershell
 - zsh
 
Install
To set up completion run the following command for the shell of your choice, follow the printed instructions, then restart your shell.
evroc completion <SHELL> --help
To verify your setup, type the following
evroc net<TAB>
It should get completed to
evroc networking
Usage
Once completion is set up it can be used to complete evroc CLI subcommand names and flag names.
NOTE: When completing flag names, required flags are suggested in preference to optional flags. Optional flags are only suggested when all required flags are present on the command line.