angular/aio/content/cli/help/version.json
2024-04-10 13:06:44 -07:00

16 lines
No EOL
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."
}
]
}