Skip to content

Commit 21ecfa4

Browse files
committed
Update entry.py
1 parent 5e47138 commit 21ecfa4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cppython/console/entry.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515

1616
app = typer.Typer(no_args_is_help=True)
1717

18-
info_app = typer.Typer(no_args_is_help=True, help='Prints project information including plugin configuration, managed files, and templates.')
18+
info_app = typer.Typer(
19+
no_args_is_help=True,
20+
help='Prints project information including plugin configuration, managed files, and templates.',
21+
)
1922
app.add_typer(info_app, name='info')
2023

2124
list_app = typer.Typer(no_args_is_help=True, help='List project entities.')

0 commit comments

Comments
 (0)