🐛 fix: Fix [#274,#273,#271,#270]
parent
462eae39da
commit
683b9d7382
|
|
@ -26,7 +26,6 @@ package-lock.json
|
||||||
# production
|
# production
|
||||||
dist
|
dist
|
||||||
es
|
es
|
||||||
lib
|
|
||||||
logs
|
logs
|
||||||
test-output
|
test-output
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
def preload(parser):
|
|
||||||
parser.add_argument(
|
|
||||||
"--lobe-debug",
|
|
||||||
action="store_true",
|
|
||||||
help="Enable debug logging",
|
|
||||||
)
|
|
||||||
Loading…
Reference in New Issue