mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-09 06:34:04 +09:00
17 lines
471 B
Plaintext
17 lines
471 B
Plaintext
{
|
|
"tsfVersion": "1.0",
|
|
"name": "mv",
|
|
"summary": "Move or rename a file",
|
|
"symbols": {
|
|
"source": { "kind": "positional", "type": "file", "name": "SOURCE", "summary": "File to move" },
|
|
"dest": { "kind": "positional", "type": "path", "name": "DEST", "summary": "Destination path" }
|
|
},
|
|
"synopsis": {
|
|
"type": "sequence",
|
|
"children": [
|
|
{ "type": "reference", "symbol": "source" },
|
|
{ "type": "reference", "symbol": "dest" }
|
|
]
|
|
}
|
|
}
|