mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
document --runGrep, #23742
This commit is contained in:
@@ -10,6 +10,7 @@ const { join } = require('path');
|
||||
const optimist = require('optimist')
|
||||
.describe('grep', 'only run tests matching <pattern>').string('grep').alias('grep', 'g').string('g')
|
||||
.describe('run', 'only run tests from <file>').string('run')
|
||||
.describe('runGrep', 'only run tests matching <file_pattern>').boolean('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');
|
||||
|
||||
Reference in New Issue
Block a user