Added --quiet implication of having a provider write to stderr in documentation
This commit is contained in:
parent
8a0540b5ab
commit
3e48959798
1 changed files with 9 additions and 8 deletions
17
doc/env.rst
17
doc/env.rst
|
@ -24,19 +24,20 @@ Command line arguments
|
||||||
* ``-S or --short-filename``: The filenames are displayed in their short form.
|
* ``-S or --short-filename``: The filenames are displayed in their short form.
|
||||||
* ``--always-succeed``: The process shall exit with a status of ``0``.
|
* ``--always-succeed``: The process shall exit with a status of ``0``.
|
||||||
* ``--tap[=FILE]``: Writes a TAP (Test Anything Protocol) report to FILE.
|
* ``--tap[=FILE]``: Writes a TAP (Test Anything Protocol) report to FILE.
|
||||||
No file or ``"-"`` means ``stderr``. This option is equivalent to
|
No file or ``"-"`` means ``stderr`` and implies ``--quiet``. This option is
|
||||||
``--output=tap:FILE``.
|
equivalent to ``--output=tap:FILE``.
|
||||||
* ``--xml[=FILE]``: Writes JUnit4 XML report to FILE.
|
* ``--xml[=FILE]``: Writes JUnit4 XML report to FILE.
|
||||||
No file or ``"-"`` means ``stderr``. This option is equivalent to
|
No file or ``"-"`` means ``stderr`` and implies ``--quiet``. This option is
|
||||||
``--output=xml:FILE``.
|
equivalent to ``--output=tap:FILE``.
|
||||||
* ``--json[=FILE]``: Writes a JSON report to FILE.
|
* ``--json[=FILE]``: Writes a JSON report to FILE.
|
||||||
No file or ``"-"`` means ``stderr``. This option is equivalent to
|
No file or ``"-"`` means ``stderr`` and implies ``--quiet``. This option is
|
||||||
``--output=json:FILE``.
|
equivalent to ``--output=tap:FILE``.
|
||||||
* ``--verbose[=level]``: Makes the output verbose. When provided with an integer,
|
* ``--verbose[=level]``: Makes the output verbose. When provided with an integer,
|
||||||
sets the verbosity level to that integer.
|
sets the verbosity level to that integer.
|
||||||
* ``-OPROVIDER:FILE or --output=PROVIDER:FILE``: Write a test report to FILE
|
* ``-OPROVIDER:FILE or --output=PROVIDER:FILE``: Write a test report to FILE
|
||||||
using the output provider named by PROVIDER. FILE may be a relative path, or
|
using the output provider named by PROVIDER.
|
||||||
``"-"`` to write to ``stderr``.
|
If FILE is ``"-"``, it implies ``--quiet``, and the report shall be written
|
||||||
|
to ``stderr``.
|
||||||
|
|
||||||
Shell Wildcard Pattern
|
Shell Wildcard Pattern
|
||||||
----------------------
|
----------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue