Files
2024-04-10 13:06:44 -07:00

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."
}
]
}