mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-12 07:44:03 +09:00
doc update/command synopses
This commit is contained in:
12
assets/disk0/tvdos/synopsis/echo.synopsis
Normal file
12
assets/disk0/tvdos/synopsis/echo.synopsis
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user