fix: minified should not accept optional argument (#10923)
This commit is contained in:
committed by
Nicolò Ribaudo
parent
00758308ae
commit
db3c31a8af
@@ -74,8 +74,8 @@ commander.option(
|
||||
booleanify,
|
||||
);
|
||||
commander.option(
|
||||
"--minified [true|false]",
|
||||
"Save as many bytes when printing.",
|
||||
"--minified",
|
||||
"Save as many bytes when printing. (false by default)",
|
||||
);
|
||||
commander.option(
|
||||
"--auxiliary-comment-before [string]",
|
||||
|
||||
Reference in New Issue
Block a user