Last change
on this file since bdd6491 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
375 bytes
|
Line | |
---|
1 | {
|
---|
2 | "$schema": "http://json-schema.org/draft-07/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": [{ "$ref": "./definitions.json#/definitions/base" }]
|
---|
13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.