mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-08 14:24:05 +09:00
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
{
|
|
"tsfVersion": "1.0",
|
|
"name": "printfile",
|
|
"summary": "Print a text file with line numbers",
|
|
"symbols": {
|
|
"file": { "kind": "positional", "type": "file", "name": "FILE", "summary": "Text file to print" }
|
|
},
|
|
"synopsis": { "type": "reference", "symbol": "file" }
|
|
}
|