mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-08 06:14:04 +09:00
10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
{
|
|
"tsfVersion": "1.0",
|
|
"name": "del",
|
|
"summary": "Delete a file",
|
|
"symbols": {
|
|
"file": { "kind": "positional", "type": "file", "name": "FILE", "summary": "File to delete" }
|
|
},
|
|
"synopsis": { "type": "reference", "symbol": "file" }
|
|
}
|