UNPKG

374 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/schema",
3 "$id": "ng-cli://commands/help.json",
4 "description": "Lists available commands and their short descriptions.",
5 "$longDescription": "./help-long.md",
6
7 "$scope": "all",
8 "$aliases": [],
9 "$impl": "./help-impl#HelpCommand",
10
11 "type": "object",
12 "allOf": [
13 { "$ref": "./definitions.json#/definitions/base" }
14 ]
15}