mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-08 22:34:03 +09:00
18 lines
602 B
Plaintext
18 lines
602 B
Plaintext
{
|
|
"tsfVersion": "1.0",
|
|
"name": "playwav",
|
|
"summary": "Play a WAV audio file",
|
|
"symbols": {
|
|
"interactive": { "kind": "option", "short": "-i", "summary": "Interactive mode (visualiser)" },
|
|
"options": { "kind": "group", "summary": "Options", "members": ["interactive"] },
|
|
"file": { "kind": "positional", "type": "file", "name": "FILE", "summary": "WAV file to play" }
|
|
},
|
|
"synopsis": {
|
|
"type": "sequence",
|
|
"children": [
|
|
{ "type": "reference", "symbol": "file" },
|
|
{ "type": "repeat", "child": { "type": "reference", "symbol": "options" } }
|
|
]
|
|
}
|
|
}
|