the-bastion/bin/plugin/open/selfPlaySession.json

10 lines
267 B
JSON
Raw Normal View History

2020-10-16 00:32:37 +08:00
{
"interactive": [
"selfPlaySession" , {"ac" : ["--id"]},
"selfPlaySession --id" , {"pr" : ["<ID>"]},
"selfPlaySession --id \\S+" , {"pr" : ["<enter>"]}
],
"terminal_mode": "cbreak",
"execution_mode": "binary"
}