typer icon indicating copy to clipboard operation
typer copied to clipboard

📝 Add StrEnum example for python 3.11+

Open Matthieu-LAURENT39 opened this issue 11 months ago • 5 comments

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.

Matthieu-LAURENT39 avatar Mar 01 '24 13:03 Matthieu-LAURENT39