提交 cbb27e8c 编写于 作者: J Johannes Rieken

add runGrep as alias

上级 9e80eade
......@@ -13,7 +13,7 @@ const events = require('events');
const optimist = require('optimist')
.describe('grep', 'only run tests matching <pattern>').alias('grep', 'g').alias('grep', 'f').string('grep')
.describe('run', 'only run tests from <file>').string('run')
.describe('runGlob', 'only run tests matching <file_pattern>').boolean('runGlob')
.describe('runGlob', 'only run tests matching <file_pattern>').boolean('runGlob').alias('runGrep')
.describe('build', 'run with build output (out-build)').boolean('build')
.describe('coverage', 'generate coverage report').boolean('coverage')
.describe('debug', 'open dev tools, keep window open, reuse app data').string('debug')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册