add option for file creation mode

This commit is contained in:
2021-09-30 15:12:31 +02:00
parent 7de9cc1bb8
commit 60e3f49fe1
2 changed files with 32 additions and 5 deletions

View File

@@ -192,6 +192,7 @@ class StoreConfig(BaseConfig):
"properties": {
"type": {"type": "string"},
"directory": {"type": "string"},
"mode": {"type": "string"},
"metavar": {"type": "string"},
"original": {"type": "boolean", "default": True}}}}