projecte_ionic/node_modules/@angular/cli/commands/help.json
2022-02-09 18:30:03 +01:00

13 lines
375 B
JSON
Executable file

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "ng-cli://commands/help.json",
"description": "Lists available commands and their short descriptions.",
"$longDescription": "./help-long.md",
"$scope": "all",
"$aliases": [],
"$impl": "./help-impl#HelpCommand",
"type": "object",
"allOf": [{ "$ref": "./definitions.json#/definitions/base" }]
}