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 acfb552 commit f90c44eCopy full SHA for f90c44e
1 file changed
scim_cli/__init__.py
@@ -11,7 +11,7 @@
11
}
12
13
14
-@click.group()
+@click.group(cls=make_rst_to_ansi_formatter(DOC_URL, group=True))
15
@click.argument("url")
16
@click.pass_context
17
def cli(ctx, url):
0 commit comments