Skip to content

Commit 2c13416

Browse files
committed
🐛 fix: add .jinja suffix to some files
1 parent 6b711df commit 2c13416

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from {{ project_slug }}.cli.main import app
22

3-
app(prog_name="{{ package_name }}")
3+
app(prog_name="{{ cli_name }}")

template/src/{{project_slug}}/{% if with_typer_cli %}cli{% endif %}/commands/version.py renamed to template/src/{{project_slug}}/{% if with_typer_cli %}cli{% endif %}/commands/version.py.jinja

File renamed without changes.

template/src/{{project_slug}}/{% if with_typer_cli %}cli{% endif %}/main.py renamed to template/src/{{project_slug}}/{% if with_typer_cli %}cli{% endif %}/main.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from {{ project_slug }}.cli.commands import version
88

99
app = typer.Typer(
10-
help="{{ package_name }} CLI.",
10+
help="{{ cli_name }} CLI.",
1111
no_args_is_help=True,
1212
rich_markup_mode="rich",
1313
# epilog="Made with [red]:heart:[/red] by [bold]Bassem Karoui[/bold]",

0 commit comments

Comments
 (0)