Skip to content

Commit

Permalink
Document that -v adds debug info to --showconfig and --help-ini`
Browse files Browse the repository at this point in the history
So if you want to generate a valid ini file, you must not use verbose
mode.

This fixes #2622.
  • Loading branch information
jugmac00 committed Dec 9, 2022
1 parent 3603a38 commit 8255e16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/changelog/2622.doc.rst
@@ -0,0 +1,2 @@
Document that running ``--showconfig```or ``--help-ini`` with the ``-v`` flag will add interleaved debugging
information, whereas tox v3 added extra lines at the start - by :user:`jugmac00`.
2 changes: 2 additions & 0 deletions docs/faq.rst
Expand Up @@ -93,6 +93,8 @@ tox 4 - CLI arguments changed
- When you want to pass an option to a test command, e.g. to ``pytest``, now you must use ``--`` as a separator, this
worked with version 3 also, but any unknown trailing arguments were automatically passed through, while now this is
no longer the case.
- Running ``--showconfig```or ``--help-ini`` with the ``-v`` flag will add interleaved debugging information, whereas
tox 3 added additional lines at the start. If you want to generate valid ini files you must not use the ``-v`` flag.

tox 4 - packaging changes
+++++++++++++++++++++++++
Expand Down

0 comments on commit 8255e16

Please sign in to comment.