aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/@angular/cli/commands/help.json
blob: a6513118d0e4a7086467012eeb5244cae86c26a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "$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" }]
}