mirror of
https://github.com/onyx-and-iris/simple-recorder.git
synced 2025-06-27 09:50:23 +01:00
debug should be a hidden option
patch bump
This commit is contained in:
parent
68041f1406
commit
0814678278
@ -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 = [
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user