Skip to content

Commit 5cce787

Browse files
committed
chire: add recursive-rm-unix private command
1 parent 43138dd commit 5cce787

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,16 @@
105105
"validator": "\\S*"
106106
}
107107
]
108+
},
109+
{
110+
"name": "recursive-rm-unix",
111+
"cmd": "rm",
112+
"args": [
113+
"-rf",
114+
{
115+
"validator": "\\S*"
116+
}
117+
]
108118
}
109119
]
110120
}

0 commit comments

Comments
 (0)