We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce7f9f commit a56b65bCopy full SHA for a56b65b
scripts/build/options.js
@@ -14,6 +14,7 @@ module.exports = minimist(process.argv.slice(2), {
14
"ru": "runners", "runner": "runners",
15
"r": "reporter",
16
"c": "colors", "color": "colors",
17
+ "skip-percent": "skipPercent",
18
"w": "workers",
19
"f": "fix"
20
},
@@ -69,4 +70,4 @@ if (module.exports.built) {
69
70
*
71
* @typedef {import("minimist").ParsedArgs & TypedOptions} CommandLineOptions
72
*/
-void 0;
73
+void 0;
0 commit comments