Skip to content

Commit 20567c0

Browse files
Add delete for file
1 parent d08a4b3 commit 20567c0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

resources/filesys/file.dsc.resource.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@
2626
],
2727
"input": "stdin"
2828
},
29+
"delete": {
30+
"executable": "filesys",
31+
"args": [
32+
"delete",
33+
{
34+
"jsonInputArg": "--input",
35+
"mandatory": true
36+
}
37+
],
38+
"input": "stdin"
39+
}
2940
"schema": {
3041
"command": {
3142
"executable": "filesys",

0 commit comments

Comments
 (0)