Skip to content

Commit

Permalink
adds info about --inspect flag to options in --help
Browse files Browse the repository at this point in the history
  • Loading branch information
ughitsaaron authored and boneskull committed Nov 3, 2016
1 parent 71e7a1e commit 8941442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/_mocha
Expand Up @@ -90,6 +90,7 @@ program
.option('--preserve-symlinks', 'Instructs the module loader to preserve symbolic links when resolving and caching modules')
.option('--icu-data-dir', 'include ICU data')
.option('--inline-diffs', 'display actual/expected differences inline within each string')
.option('--inspect', 'activate devtools in chrome')
.option('--interfaces', 'display available interfaces')
.option('--no-deprecation', 'silence deprecation warnings')
.option('--no-exit', 'require a clean shutdown of the event loop: mocha will not call process.exit')
Expand Down

0 comments on commit 8941442

Please sign in to comment.