mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-08 22:34:03 +09:00
10 lines
257 B
Plaintext
10 lines
257 B
Plaintext
{
|
|
"tsfVersion": "1.0",
|
|
"name": "mkdir",
|
|
"summary": "Create a directory",
|
|
"symbols": {
|
|
"dir": { "kind": "positional", "type": "path", "name": "DIR", "summary": "Directory to create" }
|
|
},
|
|
"synopsis": { "type": "reference", "symbol": "dir" }
|
|
}
|