mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ca8969b946
This reverts commit 4d2a8005e8.
PR Close #55291
16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"name": "version",
|
|
"command": "ng version",
|
|
"shortDescription": "Outputs Angular CLI version.",
|
|
"aliases": [
|
|
"v"
|
|
],
|
|
"deprecated": false,
|
|
"options": [
|
|
{
|
|
"name": "help",
|
|
"type": "boolean",
|
|
"description": "Shows a help message for this command in the console."
|
|
}
|
|
]
|
|
} |