doc update/command synopses

This commit is contained in:
minjaesong
2026-06-06 21:59:18 +09:00
parent df16b99ba5
commit 3444bdf63b
49 changed files with 2145 additions and 69 deletions

View File

@@ -0,0 +1,16 @@
{
"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" }
]
}
}