debug should be a hidden option

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

View File

@ -1,6 +1,6 @@
[project] [project]
name = "simple-recorder" name = "simple-recorder"
version = "0.1.6" version = "0.1.7"
description = "A simple OBS recorder" description = "A simple OBS recorder"
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }] authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]
dependencies = [ dependencies = [

View File

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