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.
2 parents 7fed3db + 5d0e83f commit 5aca223Copy full SHA for 5aca223
src/helloworld/cli/__init__.py
@@ -1,7 +1,7 @@
1
import click
2
from helloworld.cli.say import say_command
3
4
-# minor fix
+# minor fix 2
5
@click.group(
6
help="HelloWorld",
7
context_settings={"help_option_names": ["-h", "--help"]},
0 commit comments