Update version text

This commit is contained in:
grym 2022-04-29 11:57:29 -04:00
parent aaf379e774
commit 49d427a72c
1 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,11 @@ def version_callback(value: bool):
@app.callback()
def main(
version: t.Optional[bool] = typer.Option(
None, "--version", callback=version_callback, is_eager=True
None,
"--version",
callback=version_callback,
is_eager=True,
help="Show the version and exit.",
),
):
"""A command line utility for 0x0.st compliant pastebins.