We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23c3e4 commit 2914b87Copy full SHA for 2914b87
cli/util/options.js
@@ -72,7 +72,7 @@ function parse(argv, config) {
72
case "s": options[key] = option.default || ""; break;
73
case "I":
74
case "F":
75
- case "S": options[key] = options.default || []; break;
+ case "S": options[key] = option.default || []; break;
76
default: unknown.push(arg);
77
}
78
0 commit comments