mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-08 22:34:03 +09:00
13 lines
368 B
Plaintext
13 lines
368 B
Plaintext
{
|
|
"tsfVersion": "1.0",
|
|
"name": "cd",
|
|
"summary": "Change the current working directory",
|
|
"symbols": {
|
|
"dir": { "kind": "positional", "type": "directory", "name": "DIR", "summary": "Directory to change into; prints the current directory when omitted" }
|
|
},
|
|
"synopsis": {
|
|
"type": "optional",
|
|
"child": { "type": "reference", "symbol": "dir" }
|
|
}
|
|
}
|