-
-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Labels
bugExisting documentation has bugExisting documentation has bug
Description
Version 11 docs show the CLI colors config example as:
--colors <flag>
which implies the flag usage would be:
--colors always
which is incorrect. It should be:
--colors=always
Suggest updated the docs to clarify correct usage:
--colors=<flag>
Reference URL: The Command-Line Test Runner
Metadata
Metadata
Assignees
Labels
bugExisting documentation has bugExisting documentation has bug