begin cli args

This commit is contained in:
eneller
2026-01-26 11:08:48 +01:00
parent 2b6ea24d5e
commit 93041a370e
10 changed files with 223 additions and 33 deletions

View File

@@ -26,6 +26,29 @@
"csp": null
}
},
"plugins": {
"cli":{
"description": "On-Screen keyboard for Human-Computer Interface studies",
"args": [
{
"name": "order",
"short": "o",
"takesValue": true,
"multiple": true
},
{
"name": "limit",
"short": "l",
"takesValue": true
},
{
"name": "demo",
"short": "d",
"takesValue": true
}
]
}
},
"bundle": {
"active": true,
"targets": "all",