lebrice / SimpleParsing

Simple, Elegant, Typed Argument Parsing with argparse
MIT License
410 stars 52 forks source link

Fix #247 #248

Closed rhaps0dy closed 1 year ago

rhaps0dy commented 1 year ago

Pass the FieldWrapper. globals when an ArgumentParser is created again.

More bugs of this kind can emerge in the future, but this is the minimal change to fix this.

lebrice commented 1 year ago

Awesome, thanks a lot @rhaps0dy !