mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
📢 Log tiddl version
This commit is contained in:
+5
-2
@@ -13,6 +13,8 @@ log = logging.getLogger("tiddl")
|
||||
app = typer.Typer(name="tiddl", no_args_is_help=True, rich_markup_mode="rich")
|
||||
register_commands(app)
|
||||
|
||||
VERSION = "v3.4.0a6"
|
||||
|
||||
|
||||
@app.callback()
|
||||
def callback(
|
||||
@@ -30,13 +32,14 @@ def callback(
|
||||
),
|
||||
] = CONFIG.debug,
|
||||
):
|
||||
"""
|
||||
tiddl v3.4.0a6 - download tidal tracks \u266b
|
||||
f"""
|
||||
tiddl {VERSION} - download tidal tracks \u266b
|
||||
|
||||
[link=https://github.com/oskvr37/tiddl]github (https://github.com/oskvr37/tiddl)[/link]
|
||||
[link=https://buymeacoffee.com/oskvr][yellow]buy me a coffee (https://buymeacoffee.com/oskvr)[/link]
|
||||
"""
|
||||
|
||||
log.debug(f"{VERSION=}")
|
||||
log.debug(f"{ctx.params=}")
|
||||
|
||||
is_ffmpeg_installed = ifs()
|
||||
|
||||
Reference in New Issue
Block a user