Skip to content

Commit 2283247

Browse files
committed
Document --color CLI flag
1 parent b581983 commit 2283247

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ exports.run = () => {
3838
--verbose, -v Enable verbose output
3939
--no-cache Disable the transpiler cache
4040
--no-power-assert Disable Power Assert
41+
--color Force color output
4142
--no-color Disable color output
4243
--match, -m Only run tests with matching title (Can be repeated)
4344
--watch, -w Re-run tests when tests and source files change

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ $ ava --help
164164
--verbose, -v Enable verbose output
165165
--no-cache Disable the transpiler cache
166166
--no-power-assert Disable Power Assert
167+
--color Force color output
167168
--no-color Disable color output
168169
--match, -m Only run tests with matching title (Can be repeated)
169170
--watch, -w Re-run tests when tests and source files change

0 commit comments

Comments
 (0)