rename --reactCompat arg to --react-compat
This commit is contained in:
parent
55c99b9122
commit
c7ac9b7815
@ -24,7 +24,7 @@ commander.option("-c, --remove-comments", "Remove comments from the compiled cod
|
||||
commander.option("-I, --indent [width]", "Indent width [2]", 2);
|
||||
commander.option("-a, --amd-module-ids", "Insert module id in AMD modules", false); // todo: remove in 3.0.0
|
||||
commander.option("-m, --module-ids", "Insert module id in modules", false);
|
||||
commander.option("--reactCompat", "Makes the react transformer produce pre-v0.12 code");
|
||||
commander.option("-R, --react-compat", "Makes the react transformer produce pre-v0.12 code");
|
||||
|
||||
commander.on("--help", function(){
|
||||
var outKeys = function (title, obj) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user