Add skip-percent alias for skipPercent

This commit is contained in:
Nathan Shively-Sanders 2019-06-19 14:12:17 -07:00
parent fce7f9f87b
commit a56b65bc91

View file

@ -14,6 +14,7 @@ module.exports = minimist(process.argv.slice(2), {
"ru": "runners", "runner": "runners",
"r": "reporter",
"c": "colors", "color": "colors",
"skip-percent": "skipPercent",
"w": "workers",
"f": "fix"
},
@ -69,4 +70,4 @@ if (module.exports.built) {
*
* @typedef {import("minimist").ParsedArgs & TypedOptions} CommandLineOptions
*/
void 0;
void 0;