Skip to content

Commit 80888a3

Browse files
committed
CLI fix
1 parent be6dba7 commit 80888a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tim/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# Main command group
3333

3434

35-
@click.group(context_settings=dict(help_option_names=["-h", "--help"]))
35+
@click.group(context_settings={"help_option_names": ["-h", "--help"]})
3636
@click.option(
3737
"-u",
3838
"--url",

0 commit comments

Comments
 (0)