Skip to content

Commit 8941442

Browse files
ughitsaaronboneskull
authored andcommitted
adds info about --inspect flag to options in --help
1 parent 71e7a1e commit 8941442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/_mocha

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ program
9090
.option('--preserve-symlinks', 'Instructs the module loader to preserve symbolic links when resolving and caching modules')
9191
.option('--icu-data-dir', 'include ICU data')
9292
.option('--inline-diffs', 'display actual/expected differences inline within each string')
93+
.option('--inspect', 'activate devtools in chrome')
9394
.option('--interfaces', 'display available interfaces')
9495
.option('--no-deprecation', 'silence deprecation warnings')
9596
.option('--no-exit', 'require a clean shutdown of the event loop: mocha will not call process.exit')

0 commit comments

Comments
 (0)