mirror of
https://github.com/denoland/deno.git
synced 2025-01-01 03:54:06 -05:00
fix(cli): remove extraneous comma in task --eval help (#26985)
This commit is contained in:
parent
8a5609ad73
commit
a19b3f44d4
1 changed files with 1 additions and 1 deletions
|
@ -3083,7 +3083,7 @@ Evaluate a task from string
|
||||||
Arg::new("eval")
|
Arg::new("eval")
|
||||||
.long("eval")
|
.long("eval")
|
||||||
.help(
|
.help(
|
||||||
"Evaluate the passed value as if, it was a task in a configuration file",
|
"Evaluate the passed value as if it was a task in a configuration file",
|
||||||
).action(ArgAction::SetTrue)
|
).action(ArgAction::SetTrue)
|
||||||
)
|
)
|
||||||
.arg(node_modules_dir_arg())
|
.arg(node_modules_dir_arg())
|
||||||
|
|
Loading…
Reference in a new issue