Skip to content

Commit 7fed3db

Browse files
Merge pull request #18 from daniel-makerx/bug-fix
fix: a minor fix
2 parents d8740b1 + 7d932b8 commit 7fed3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helloworld/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import click
22
from helloworld.cli.say import say_command
33

4-
4+
# minor fix
55
@click.group(
66
help="HelloWorld",
77
context_settings={"help_option_names": ["-h", "--help"]},

0 commit comments

Comments
 (0)