mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-08 06:14:04 +09:00
13 lines
356 B
Plaintext
13 lines
356 B
Plaintext
{
|
|
"tsfVersion": "1.0",
|
|
"name": "echo",
|
|
"summary": "Print text, expanding $VARIABLE references",
|
|
"symbols": {
|
|
"text": { "kind": "positional", "type": "string", "name": "TEXT", "summary": "Text to print", "completion": { "method": "none" } }
|
|
},
|
|
"synopsis": {
|
|
"type": "repeat",
|
|
"child": { "type": "reference", "symbol": "text" }
|
|
}
|
|
}
|