mirror of
https://github.com/flynx/argv.js.git
synced 2025-10-29 10:50:06 +00:00
doc...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
aa9a08258d
commit
50cf5a558f
@ -542,6 +542,9 @@ not print anything.
|
|||||||
Passing [`--help`](#-h----help) or [`--version`](#-v----version) will
|
Passing [`--help`](#-h----help) or [`--version`](#-v----version) will
|
||||||
disable quiet mode and print normally.
|
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`
|
#### `-h` / `--help`
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user