Skip to content

Commit

Permalink
docs: update the man page with --quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Nov 10, 2021
1 parent 27426bf commit e403155
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/python-coverage.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ COMMAND REFERENCE
\--keep
Keep original coverage data files.

\-q, --quiet
Don't print messages about what is happening.

**debug** `TOPIC` ...

Display information about the internals of coverage.py, for diagnosing
Expand Down Expand Up @@ -175,6 +178,9 @@ COMMAND REFERENCE
Number of digits after the decimal point to display for
reported coverage percentages.

\-q, --quiet
Don't print messages about what is happening.

\--show-contexts
Annotate lines with the contexts that executed them.

Expand Down Expand Up @@ -217,6 +223,9 @@ COMMAND REFERENCE
\--pretty-print
Format the JSON for human readers.

\-q, --quiet
Don't print messages about what is happening.

\--show-contexts
Include information about the contexts that executed each line.

Expand Down Expand Up @@ -336,6 +345,9 @@ COMMAND REFERENCE
\-o `OUTFILE`
Write the XML report to `OUTFILE`. Defaults to ``coverage.xml``.

\-q, --quiet
Don't print messages about what is happening.

\--skip-empty
Skip files with no code.

Expand Down

0 comments on commit e403155

Please sign in to comment.