apidoc: Add `-q` option for quiet mode (refs: #6772)

This commit is contained in:
Takeshi KOMIYA
2020-02-01 00:30:09 +09:00
parent b73cc5652a
commit aced2be1fb
3 changed files with 18 additions and 3 deletions

View File

@@ -39,6 +39,11 @@ Options
Directory to place the output files. If it does not exist, it is created.
.. option:: -q
Do not output anything on standard output, only write warnings and errors to
standard error.
.. option:: -f, --force
Force overwriting of any existing generated files.