Skip to content

Commit dbdfae5

Browse files
committed
fix(cli): 🩹 fix rich deprecation warning
1 parent a0f5e56 commit dbdfae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocrate_validator/cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131
@click.group(invoke_without_command=True)
32-
@click.rich_config(help_config=click.RichHelpConfiguration(use_rich_markup=True))
32+
@click.rich_config(help_config=click.RichHelpConfiguration(text_markup="rich"))
3333
@click.option(
3434
'--debug',
3535
is_flag=True,

0 commit comments

Comments
 (0)