mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-08 14:24:05 +09:00
19 lines
732 B
Plaintext
19 lines
732 B
Plaintext
{
|
|
"tsfVersion": "1.0",
|
|
"name": "gzip",
|
|
"summary": "Compress or decompress a file (Zstd-backed)",
|
|
"symbols": {
|
|
"decompress": { "kind": "option", "short": "-d", "summary": "Decompress instead of compress" },
|
|
"stdout": { "kind": "option", "short": "-c", "summary": "Write to the pipe instead of a file" },
|
|
"options": { "kind": "group", "summary": "Options", "members": ["decompress", "stdout"] },
|
|
"file": { "kind": "positional", "type": "file", "name": "FILE", "summary": "File to process" }
|
|
},
|
|
"synopsis": {
|
|
"type": "sequence",
|
|
"children": [
|
|
{ "type": "repeat", "child": { "type": "reference", "symbol": "options" } },
|
|
{ "type": "reference", "symbol": "file" }
|
|
]
|
|
}
|
|
}
|