Fix --root-mode option in babel-node (#9148)
This commit is contained in:
parent
4fdb71151f
commit
9b005dedfd
@ -52,7 +52,7 @@ program.option(
|
|||||||
"The name of the 'env' to use when loading configs and plugins. " +
|
"The name of the 'env' to use when loading configs and plugins. " +
|
||||||
"Defaults to the value of BABEL_ENV, or else NODE_ENV, or else 'development'.",
|
"Defaults to the value of BABEL_ENV, or else NODE_ENV, or else 'development'.",
|
||||||
);
|
);
|
||||||
commander.option(
|
program.option(
|
||||||
"--root-mode [mode]",
|
"--root-mode [mode]",
|
||||||
"The project-root resolution mode. " +
|
"The project-root resolution mode. " +
|
||||||
"One of 'root' (the default), 'upward', or 'upward-optional'.",
|
"One of 'root' (the default), 'upward', or 'upward-optional'.",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user