Skip to content

Commit 1c2f367

Browse files
committed
fix: Remove typer callback name param
1 parent a252722 commit 1c2f367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_python_client/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def _process_config(
6363
# noinspection PyUnusedLocal
6464

6565

66-
@app.callback(name="openapi-python-client")
66+
@app.callback()
6767
def cli(
6868
version: bool = typer.Option(False, "--version", callback=_version_callback, help="Print the version and exit"),
6969
) -> None:

0 commit comments

Comments
 (0)