Update usage output

This commit is contained in:
Pim van Pelt
2022-04-02 22:34:13 +02:00
committed by GitHub
parent f786a00e9a
commit 6a6caa113e

View File

@ -29,15 +29,20 @@ pyinstaller vppcfg --onefile
``` ```
dist/vppcfg -h dist/vppcfg -h
usage: vppcfg [-h] -c CONFIG [-s SCHEMA] [-d] usage: vppcfg [-h] [-s SCHEMA] [-d] [-q] [-f] -c CONFIG {check,plan,apply} ...
positional arguments:
{check,plan,apply}
optional arguments: optional arguments:
-h, --help show this help message and exit -h, --help show this help message and exit
-c CONFIG, --config CONFIG
YAML configuration file for VPP
-s SCHEMA, --schema SCHEMA -s SCHEMA, --schema SCHEMA
YAML schema validation file YAML schema validation file
-d, --debug Enable debug, default False -d, --debug Enable debug logging, default False
-q, --quiet Be quiet (only warnings/errors), default False
-f, --force Force progress despite warnings, default False
-c CONFIG, --config CONFIG
YAML configuration file for vppcfg
``` ```
## Design ## Design