Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-07-28 23:05:31 +03:00
parent aa9a08258d
commit 50cf5a558f

View File

@ -542,6 +542,9 @@ not print anything.
Passing [`--help`](#-h----help) or [`--version`](#-v----version) will
disable quiet mode and print normally.
Note that this will only set `<parser>.quiet` to `true` and disable output
of `<parser>.print(..)`, any user code needs to either also use `<parser>.print(..)` for output (not always practical) or respect `<parser>.quiet`.
#### `-h` / `--help`