help.json 374 B

123456789101112131415
  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. "$scope": "all",
  7. "$aliases": [],
  8. "$impl": "./help-impl#HelpCommand",
  9. "type": "object",
  10. "allOf": [
  11. { "$ref": "./definitions.json#/definitions/base" }
  12. ]
  13. }