Added recursive path finding
This commit is contained in:
@@ -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": [
|
||||
|
Reference in New Issue
Block a user