mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
💡 add TODO
This commit is contained in:
@@ -14,6 +14,10 @@ def cli(ctx: Context, verbose: bool):
|
||||
"""TIDDL - Download Tidal tracks \u266b"""
|
||||
ctx.obj = ContextObj()
|
||||
|
||||
# TODO: add rich console to ctx.obj, edit logging config,
|
||||
# add more verbosity options (silent, info, debug),
|
||||
# maybe logging format configuration
|
||||
|
||||
logging.basicConfig(
|
||||
level=logging.DEBUG if verbose else logging.INFO,
|
||||
handlers=[logging.StreamHandler()],
|
||||
|
||||
Reference in New Issue
Block a user