mirror of
https://github.com/denoland/deno.git
synced 2024-12-29 02:29: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")
|
||||
.long("eval")
|
||||
.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)
|
||||
)
|
||||
.arg(node_modules_dir_arg())
|
||||
|
|
Loading…
Reference in a new issue