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 a32d10e commit 86c2111Copy full SHA for 86c2111
p/cli.py
@@ -38,7 +38,10 @@ def func(ctx, cmd_args):
38
for group in self.group.subgroups.values():
39
40
@click.group(
41
- group.name, cls=DYMGroup, context_settings=ctx_settings, invoke_without_command=False
+ group.name,
42
+ cls=DYMGroup,
43
+ context_settings=ctx_settings,
44
+ invoke_without_command=False,
45
)
46
@click.pass_context
47
def group_func(ctx):
0 commit comments