From 6a6caa113eaf7f57058a35084dfec83b406407f1 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sat, 2 Apr 2022 22:34:13 +0200 Subject: [PATCH] Update usage output --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e198f7..67ef443 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,20 @@ pyinstaller vppcfg --onefile ``` 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: -h, --help show this help message and exit - -c CONFIG, --config CONFIG - YAML configuration file for VPP -s SCHEMA, --schema SCHEMA 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