We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Typer
1 parent 0c313c5 commit 7f0de61Copy full SHA for 7f0de61
openapi_python_client/cli.py
@@ -10,7 +10,7 @@
10
from openapi_python_client.config import Config, ConfigFile
11
from openapi_python_client.parser.errors import ErrorLevel, GeneratorError, ParseError
12
13
-app = typer.Typer()
+app = typer.Typer(name="openapi-python-client")
14
15
16
def _version_callback(value: bool) -> None:
0 commit comments