mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-08 14:24:05 +09:00
10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
{
|
|
"tsfVersion": "1.0",
|
|
"name": "tee",
|
|
"summary": "Copy a pipe's stream to a file and pass it on",
|
|
"symbols": {
|
|
"file": { "kind": "positional", "type": "path", "name": "FILE", "summary": "File to write the stream to" }
|
|
},
|
|
"synopsis": { "type": "reference", "symbol": "file" }
|
|
}
|