mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-08 06:14:04 +09:00
17 lines
466 B
Plaintext
17 lines
466 B
Plaintext
{
|
|
"tsfVersion": "1.0",
|
|
"name": "cp",
|
|
"summary": "Copy a file",
|
|
"symbols": {
|
|
"source": { "kind": "positional", "type": "file", "name": "SOURCE", "summary": "File to copy from" },
|
|
"dest": { "kind": "positional", "type": "path", "name": "DEST", "summary": "Destination path" }
|
|
},
|
|
"synopsis": {
|
|
"type": "sequence",
|
|
"children": [
|
|
{ "type": "reference", "symbol": "source" },
|
|
{ "type": "reference", "symbol": "dest" }
|
|
]
|
|
}
|
|
}
|