debug should be a hidden option

patch bump
This commit is contained in:
2025-06-26 14:38:53 +01:00
parent 68041f1406
commit 0814678278
2 changed files with 2 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ class SimpleRecorder(Command):
default=False,
env="DEBUG",
help="Enable debug logging",
hidden=True,
)
@override