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 be6dba7 commit 80888a3Copy full SHA for 80888a3
tim/cli.py
@@ -32,7 +32,7 @@
32
# Main command group
33
34
35
-@click.group(context_settings=dict(help_option_names=["-h", "--help"]))
+@click.group(context_settings={"help_option_names": ["-h", "--help"]})
36
@click.option(
37
"-u",
38
"--url",
0 commit comments