mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-07 22:14:03 +09:00
10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
{
|
|
"tsfVersion": "1.0",
|
|
"name": "writeto",
|
|
"summary": "Write a pipe's stream to a file",
|
|
"symbols": {
|
|
"file": { "kind": "positional", "type": "path", "name": "FILE", "summary": "File to write the stream to" }
|
|
},
|
|
"synopsis": { "type": "reference", "symbol": "file" }
|
|
}
|