Added recursive path finding

This commit is contained in:
2022-08-09 17:53:53 +02:00
parent 82ab4ccdc8
commit 885afa1594
6 changed files with 613 additions and 3 deletions

View File

@@ -15,6 +15,26 @@
"title": "Whether it is enabled or not"
}
]
},
"scripts": {
"type": "object",
"title": "Scripts the cuddle cli can execute",
"description": "Scripts the cuddle cli can execute 'cuddle x my-awesome-script'",
"patternProperties": {
"^.*$": {
"required": [
"type"
],
"properties": {
"type": {
"enum": [
"shell",
"dagger"
]
}
}
}
}
}
},
"required": [