mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-15 00:44:05 +09:00
doc update/command synopses
This commit is contained in:
21
assets/disk0/tvdos/bin/playtad.js.synopsis
Normal file
21
assets/disk0/tvdos/bin/playtad.js.synopsis
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"tsfVersion": "1.0",
|
||||
"name": "playtad",
|
||||
"summary": "Play a TAD audio file",
|
||||
"symbols": {
|
||||
"interactive": { "kind": "option", "short": "-i", "summary": "Interactive mode (visualiser and progress bar)" },
|
||||
"dump": { "kind": "option", "short": "-d", "summary": "Dump coefficients (diagnostic)" },
|
||||
"options": { "kind": "group", "summary": "Options", "members": ["interactive", "dump"] },
|
||||
"file": { "kind": "positional", "type": "file", "name": "FILE", "summary": "TAD file to play" }
|
||||
},
|
||||
"synopsis": {
|
||||
"type": "sequence",
|
||||
"children": [
|
||||
{ "type": "reference", "symbol": "file" },
|
||||
{ "type": "repeat", "child": { "type": "reference", "symbol": "options" } }
|
||||
]
|
||||
},
|
||||
"constraints": [
|
||||
{ "type": "conflicts", "symbols": ["interactive", "dump"] }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user