Minor typo for -f flag in cli (#9201)
This commit is contained in:
parent
52fb884550
commit
116ca22def
@ -22,7 +22,7 @@ commander.option(
|
|||||||
"comma-separated list of plugin names",
|
"comma-separated list of plugin names",
|
||||||
collect,
|
collect,
|
||||||
);
|
);
|
||||||
commander.option("--config-file [path]", "Path a to .babelrc file to use");
|
commander.option("--config-file [path]", "Path to a .babelrc file to use");
|
||||||
commander.option(
|
commander.option(
|
||||||
"--env-name [name]",
|
"--env-name [name]",
|
||||||
"The name of the 'env' to use when loading configs and plugins. " +
|
"The name of the 'env' to use when loading configs and plugins. " +
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user