```sh list_menu = typer.Typer(name="list", rich_markup_mode=typer.rich_utils.MARKUP_MODE_RICH) ^^^^^^^^^^^^^^^^ AttributeError: module 'typer' has no attribute 'rich_utils' ```