@@ -4,8 +4,8 @@ const os = require("os");
44
55/** @type {CommandLineOptions } */
66module . exports = minimist ( process . argv . slice ( 2 ) , {
7- boolean : [ "debug" , "dirty" , "inspect" , " light", "colors" , "lint" , "lkg" , "soft" , "fix" , "failed" , "keepFailed" , "force" , "built" ] ,
8- string : [ "browser" , "tests" , "host" , "reporter" , "stackTraceLimit" , "timeout" , "shards" , "shardId" ] ,
7+ boolean : [ "debug" , "dirty" , "light" , "colors" , "lint" , "lkg" , "soft" , "fix" , "failed" , "keepFailed" , "force" , "built" ] ,
8+ string : [ "browser" , "tests" , "inspect" , " host", "reporter" , "stackTraceLimit" , "timeout" , "shards" , "shardId" ] ,
99 alias : {
1010 "b" : "browser" ,
1111 "d" : "debug" , "debug-brk" : "debug" ,
@@ -49,7 +49,6 @@ if (module.exports.built) {
4949 * @typedef TypedOptions
5050 * @property {boolean } debug
5151 * @property {boolean } dirty
52- * @property {boolean } inspect
5352 * @property {boolean } light
5453 * @property {boolean } colors
5554 * @property {boolean } lint
@@ -59,6 +58,7 @@ if (module.exports.built) {
5958 * @property {boolean } fix
6059 * @property {string } browser
6160 * @property {string } tests
61+ * @property {string } inspect
6262 * @property {string } runners
6363 * @property {string|number } workers
6464 * @property {string } host
0 commit comments