lebrice / SimpleParsing

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

Add support for multiple nested argument subgroups #136

Closed lebrice closed 2 years ago

lebrice commented 2 years ago

This fixes #130 , using the approach described in #134 .

See examples/subgroups/README.md for an example.