Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Jun 8, 2024
1 parent 90eb367 commit e679a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_import/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def version_callback(value: bool):
@app.callback()
def common(
ctx: typer.Context,
version: bool = typer.Option(None, "--version", callback=version_callback),
version: bool = typer.Option(None, "-v", "--version", callback=version_callback),
):
pass

Expand Down

0 comments on commit e679a98

Please sign in to comment.