We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rich
1 parent a0f5e56 commit dbdfae5Copy full SHA for dbdfae5
1 file changed
rocrate_validator/cli/main.py
@@ -29,7 +29,7 @@
29
30
31
@click.group(invoke_without_command=True)
32
-@click.rich_config(help_config=click.RichHelpConfiguration(use_rich_markup=True))
+@click.rich_config(help_config=click.RichHelpConfiguration(text_markup="rich"))
33
@click.option(
34
'--debug',
35
is_flag=True,
0 commit comments