Skip to content

Commit f90c44e

Browse files
committed
fix: click.group Sphinx documentation
1 parent acfb552 commit f90c44e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scim_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212

1313

14-
@click.group()
14+
@click.group(cls=make_rst_to_ansi_formatter(DOC_URL, group=True))
1515
@click.argument("url")
1616
@click.pass_context
1717
def cli(ctx, url):

0 commit comments

Comments
 (0)