Skip to content

Commit 51e2c1e

Browse files
committed
fix(cli sync): Fix arguments on sub commands
1 parent ea44ca6 commit 51e2c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vcspull/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
@click.group(
2121
context_settings={
22+
"obj": {},
2223
"help_option_names": ["-h", "--help"],
23-
"allow_interspersed_args": True,
2424
}
2525
)
2626
@click.option(

0 commit comments

Comments
 (0)