Files
tsvm/assets/disk0/tvdos/synopsis/dir.synopsis
2026-06-06 22:04:13 +09:00

13 lines
354 B
Plaintext

{
"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" }
}
}