Skip to content

Commit 7f0de61

Browse files
committed
Specify name in Typer constructor
1 parent 0c313c5 commit 7f0de61

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
@@ -10,7 +10,7 @@
1010
from openapi_python_client.config import Config, ConfigFile
1111
from openapi_python_client.parser.errors import ErrorLevel, GeneratorError, ParseError
1212

13-
app = typer.Typer()
13+
app = typer.Typer(name="openapi-python-client")
1414

1515

1616
def _version_callback(value: bool) -> None:

0 commit comments

Comments
 (0)