parent
683b9d7382
commit
d7091e95d1
|
|
@ -0,0 +1,6 @@
|
||||||
|
def preload(parser):
|
||||||
|
parser.add_argument(
|
||||||
|
"--lobe-debug",
|
||||||
|
action="store_true",
|
||||||
|
help="Enable debug logging",
|
||||||
|
)
|
||||||
Loading…
Reference in New Issue