text_markup: Literal["rich", "markdown", "rst", None]
config option
#172
Milestone
text_markup: Literal["rich", "markdown", "rst", None]
config option
#172
text_markup: Literal["rich", "markdown", "rst", None]
.rich-click[rst]
support via therich-rst
package. https://github.com/wasi-master/rich-rst Very small package, but seems fine, so an optional dependency would work.use_markdown: bool
anduse_rich_markup: bool
.warning.warn()
ing users about this one. This is the sort of thing I'd deprecate only on release of arich-click==2.0.0
. It's just too trivial to support thebool
args, and I would feel bad warning polluting users' warnings with this one.UserWarning
when there are conflicts in in the config, since only one can be supported at a time.The text was updated successfully, but these errors were encountered: