Files
flights_web_raw/node_modules/@angular/cli/commands/help.json
T

14 lines
375 B
JSON

{
"$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" }]
}