Skip to content

Commit 6ebf887

Browse files
denobotdsherret
andauthored
chore: update for 2.2.12 (#1663)
Co-authored-by: dsherret <dsherret@users.noreply.github.com>
1 parent 3f8b898 commit 6ebf887

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

replacements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"CLI_VERSION": "2.2.11"
2+
"CLI_VERSION": "2.2.12"
33
}

runtime/reference/cli/_commands_reference.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4819,7 +4819,7 @@
48194819
},
48204820
{
48214821
"name": "task",
4822-
"about": "Run a task defined in the configuration file.\n \u001b[38;5;245mdeno task build\u001b[39m\n\nList all available tasks:\n \u001b[38;5;245mdeno task\u001b[39m\n\nEvaluate a task from string\n \u001b[38;5;245mdeno task --eval \"echo $(pwd)\"\u001b[39m",
4822+
"about": "Run a task defined in the configuration file:\n \u001b[38;5;245mdeno task build\u001b[39m\n\nList all available tasks (from config files in the current and ancestor directories):\n \u001b[38;5;245mdeno task\u001b[39m\n\nEvaluate a task from string:\n \u001b[38;5;245mdeno task --eval \"echo $(pwd)\"\u001b[39m",
48234823
"args": [
48244824
{
48254825
"name": "unstable-bare-node-builtins",
@@ -5428,7 +5428,7 @@
54285428
"short": null,
54295429
"long": "coverage",
54305430
"required": false,
5431-
"help": "Collect coverage profile data into DIR. If DIR is not specified, it uses 'coverage/'",
5431+
"help": "Collect coverage profile data into DIR. If DIR is not specified, it uses 'coverage/'.\n \u001b[38;5;245mThis option can also be set via the DENO_COVERAGE_DIR environment variable.\u001b[39m",
54325432
"help_heading": "Testing options",
54335433
"usage": "--coverage[=<DIR>]"
54345434
},

0 commit comments

Comments
 (0)