Document the --code-highlight default
This commit is contained in:
parent
0347957aa7
commit
ff086ddd07
|
@ -214,7 +214,8 @@ def pytest_addoption(parser: Parser) -> None:
|
|||
"--code-highlight",
|
||||
default="yes",
|
||||
choices=["yes", "no"],
|
||||
help="Whether code should be highlighted (only if --color is also enabled)",
|
||||
help="Whether code should be highlighted (only if --color is also enabled). "
|
||||
"Default: yes",
|
||||
)
|
||||
|
||||
parser.addini(
|
||||
|
|
Loading…
Reference in New Issue