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,12 @@
{
"tsfVersion": "1.0",
"name": "dir",
"summary": "List the contents of a directory",
"symbols": {
"path": { "kind": "positional", "type": "directory", "name": "PATH", "summary": "Directory to list; the working directory when omitted" }
},
"synopsis": {
"type": "optional",
"child": { "type": "reference", "symbol": "path" }
}
}