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.
|
||||
* ``--always-succeed``: The process shall exit with a status of ``0``.
|
||||
* ``--tap[=FILE]``: Writes a TAP (Test Anything Protocol) report to FILE.
|
||||
No file or ``"-"`` means ``stderr``. This option is equivalent to
|
||||
``--output=tap:FILE``.
|
||||
No file or ``"-"`` means ``stderr`` and implies ``--quiet``. This option is
|
||||
equivalent to ``--output=tap:FILE``.
|
||||
* ``--xml[=FILE]``: Writes JUnit4 XML report to FILE.
|
||||
No file or ``"-"`` means ``stderr``. This option is equivalent to
|
||||
``--output=xml:FILE``.
|
||||
No file or ``"-"`` means ``stderr`` and implies ``--quiet``. This option is
|
||||
equivalent to ``--output=tap:FILE``.
|
||||
* ``--json[=FILE]``: Writes a JSON report to FILE.
|
||||
No file or ``"-"`` means ``stderr``. This option is equivalent to
|
||||
``--output=json:FILE``.
|
||||
No file or ``"-"`` means ``stderr`` and implies ``--quiet``. This option is
|
||||
equivalent to ``--output=tap:FILE``.
|
||||
* ``--verbose[=level]``: Makes the output verbose. When provided with an integer,
|
||||
sets the verbosity level to that integer.
|
||||
* ``-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
|
||||
``"-"`` to write to ``stderr``.
|
||||
using the output provider named by PROVIDER.
|
||||
If FILE is ``"-"``, it implies ``--quiet``, and the report shall be written
|
||||
to ``stderr``.
|
||||
|
||||
Shell Wildcard Pattern
|
||||
----------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue