add bare cli

This commit is contained in:
2022-08-11 02:03:19 +02:00
parent ba0ad9239d
commit 5da6b35ead
6 changed files with 185 additions and 38 deletions

View File

@@ -59,14 +59,7 @@
"title": "your collection of variables to be available to cuddle",
"patternProperties": {
"^.*$": {
"anyOf": [
{
"type": "string"
},
{
"type": "object"
}
]
"type": "string"
}
},
"additionalProperties": false