We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5ad95 commit a580e11Copy full SHA for a580e11
Tests/ArgumentParserToolInfoTests/Examples/example0.json
@@ -1,6 +1,9 @@
1
{
2
"serializationVersion": 0,
3
"command": {
4
- "commandName": "empty-example"
+ "commandName": "empty-example",
5
+ "aliases": [
6
+
7
+ ]
8
}
9
Tests/ArgumentParserToolInfoTests/Examples/example1.json
@@ -6,12 +6,18 @@
"parent1"
],
"commandName": "full-example",
10
11
+ ],
12
"abstract": "this command does everything",
13
"discussion": "like actually everything",
14
"defaultSubcommand": "do-thing",
15
"subcommands": [
16
- "commandName": "sub"
17
+ "commandName": "sub",
18
19
20
21
22
23
"arguments": [
@@ -63,6 +69,6 @@
63
69
"isRepeating": false,
64
70
"parsingStrategy" : "default",
65
71
66
- ]
72
67
73
68
74
0 commit comments