We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67115ac commit dda8cf1Copy full SHA for dda8cf1
src/kiara/utils/cli/rich_click.py
@@ -307,7 +307,7 @@ class MetavarHighlighter(RegexHighlighter):
307
highlighter(highlighter(",".join(opt_long_strs))),
308
highlighter(highlighter(",".join(opt_short_strs))),
309
metavar_highlighter(metavar),
310
- _get_option_help(param, ctx),
+ _get_option_help(param, ctx), # type: ignore
311
]
312
313
# Remove metavar if specified in config
0 commit comments