Files
tsvm/assets/disk0/tvdos/synopsis/echo.synopsis
2026-06-06 22:04:13 +09:00

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" }
}
}