lebrice / SimpleParsing

Simple, Elegant, Typed Argument Parsing with argparse
MIT License
399 stars 49 forks source link

Fix bug in discovery of field annotations #133

Closed lebrice closed 2 years ago

lebrice commented 2 years ago

Fixes a bug where the field annotations weren't being fetched properly. Also cleans up that part of the code significantly.