Skip to content

Commit

Permalink
Add back the help messaage.
Browse files Browse the repository at this point in the history
  • Loading branch information
amjith committed Nov 25, 2024
1 parent f8b498b commit 79adc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litecli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ def version_callback(ctx: click.Context, param: click.Parameter, value: bool) ->


@click.command()
@click.option("-V", "--version", callback=version_callback, expose_value=False, is_eager=True, is_flag=True)
@click.option("-V", "--version", callback=version_callback, expose_value=False, is_eager=True, is_flag=True, help="Show version.")
@click.option("-D", "--database", "dbname", help="Database to use.")
@click.option(
"-R",
Expand Down

0 comments on commit 79adc64

Please sign in to comment.