Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
YurelyCamacho committed Feb 29, 2024
1 parent 61b1027 commit 69ab191
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_args():
prog={{ QUOTE }}{{ cookiecutter.project_slug }}{{ QUOTE }},
description=({{ QUOTE }}{{ cookiecutter.project_name }}{{ QUOTE }}),
epilog=(
{{ QUOTE }} If you have any problem, open an issue at: {{ QUOTE }}
{{ QUOTE }}If you have any problem, open an issue at: {{ QUOTE }}
{{ QUOTE }}{{ cookiecutter.project_url }}{{ QUOTE }}
),
add_help=True,
Expand Down Expand Up @@ -74,7 +74,7 @@ def app():
if args.version:
return show_version()

{%- else cookiecutter.command_line_interface == "Click" %}
{%- elif cookiecutter.command_line_interface == "Click" %}

import click

Expand Down

0 comments on commit 69ab191

Please sign in to comment.