We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea44ca6 commit 51e2c1eCopy full SHA for 51e2c1e
1 file changed
src/vcspull/cli/__init__.py
@@ -19,8 +19,8 @@
19
20
@click.group(
21
context_settings={
22
+ "obj": {},
23
"help_option_names": ["-h", "--help"],
- "allow_interspersed_args": True,
24
}
25
)
26
@click.option(
0 commit comments