Skip to content

Commit 75ea3f3

Browse files
feat(poly): display help page in case of missing arguments (#333) (#334)
Co-authored-by: Maximilian Albert <[email protected]>
1 parent 2a9d0a3 commit 75ea3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bases/polylith/cli/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from typer import Exit, Option, Typer
77
from typing_extensions import Annotated
88

9-
app = Typer()
9+
app = Typer(no_args_is_help=True)
1010

1111
app.add_typer(
1212
create.app,

0 commit comments

Comments
 (0)