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 32076fb commit acf9032Copy full SHA for acf9032
tools/dsctest/dscdelete.dsc.resource.json
@@ -6,23 +6,21 @@
6
"executable": "dsctest",
7
"args": [
8
"delete",
9
- "--input",
10
- "{json}"
11
- ],
12
- "input": {
13
- "arg": "{json}"
14
- }
+ {
+ "jsonInputArg": "--input",
+ "mandatory": true
+ }
+ ]
15
},
16
"delete": {
17
18
19
20
21
22
23
24
25
26
27
"schema": {
28
"command": {
0 commit comments