Skip to content

Commit 6b4e71e

Browse files
committed
update
1 parent 2e7ff6e commit 6b4e71e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

cli/app1/main_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
logger = logging.getLogger(__app_name__)
1313

14-
app = typer.Typer()
14+
app = typer.Typer(name=__app_name__)
1515

1616

1717
# """Add subTyper"""

cli/app2/main_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
logger = logging.getLogger(__app_name__)
1313

14-
app = typer.Typer()
14+
app = typer.Typer(name=__app_name__)
1515

1616

1717
# """Add subTyper"""

requirements.txt

57 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)