lebrice / SimpleParsing

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

Backward-incompatible changes to ArgumentParser constructor #131

Closed lebrice closed 2 years ago

lebrice commented 2 years ago

The changes in the latest PRs for the nesting mode/nesting level were backward-incompatible. The blame is on me for letting them through without checking this first.

They need to be reverted and fixed before the next release.