<!-- Have you searched for similar issues? Someone may already be working on the feature you are suggesting. Before submitting this issue, please check the open issues and add a note before logging a new issue. --> ## Description <!--Provide a clear and concise description of what the problem is and the improvement you are suggesting--> To make my docs look cleaner, I'd like an option to show just the repr of the enum member's value instead of the repr of the enum member for autoenum. I.e.: `repr(enum.member.value)` not `repr(enum.member)` <!--Please add screenshots if needed--> Current behaviour:  Requested behaviour:  ## Version * Operating System: Linux * Python: 3.9 * enum_tools: 0.6.4 ## Other Additional Information: <!--Any additional information, related issues, etc.-->