We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8740b1 commit 7d932b8Copy full SHA for 7d932b8
src/helloworld/cli/__init__.py
@@ -1,7 +1,7 @@
1
import click
2
from helloworld.cli.say import say_command
3
4
-
+# minor fix
5
@click.group(
6
help="HelloWorld",
7
context_settings={"help_option_names": ["-h", "--help"]},
0 commit comments