mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-14 16:34:04 +09:00
doc update/command synopses
This commit is contained in:
16
assets/disk0/tvdos/synopsis/cp.synopsis
Normal file
16
assets/disk0/tvdos/synopsis/cp.synopsis
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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" }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user