CLI¶
Verbosity¶
The amount of displayed output is controlled solely by the -v
/--verbose
(environment variable AppEnvVars.VERBOSE
) and -q
/--quiet
(environment variable AppEnvVars.QUIET
) root options.
The levels are defined by the Verbosity
enum.
Tab completion¶
Completion is achieved by saving a script and then executing it as a part of your shell's startup sequence.
Afterward, you'll need to start a new shell in order for the changes to take effect.
Save the script somewhere:
Source the file in ~/.bashrc
(or ~/.bash_profile
if on macOS):
Save the script somewhere:
Source the file in ~/.zshrc
: