typer
typer copied to clipboard
📝 Add StrEnum example for python 3.11+
Python 3.11 added StrEnum, that can replace using MyEnum(str, Enum)
.
This adds that usage to the Enum parameter type docs, while also keeping the old usage for users on older versions of Python.