mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-09 06:34:04 +09:00
13 lines
327 B
Plaintext
13 lines
327 B
Plaintext
{
|
|
"tsfVersion": "1.0",
|
|
"name": "edit",
|
|
"summary": "Full-screen text editor",
|
|
"symbols": {
|
|
"file": { "kind": "positional", "type": "file", "name": "FILE", "summary": "File to edit; a new buffer when omitted" }
|
|
},
|
|
"synopsis": {
|
|
"type": "optional",
|
|
"child": { "type": "reference", "symbol": "file" }
|
|
}
|
|
}
|