lebrice / SimpleParsing

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

Removed unnecessary state in ConflictResolver object. #123

Closed idoby closed 2 years ago

idoby commented 2 years ago

Yeah I thought as much but if you're doing Java-style OOP then having a class with "static" functions is not so bad, and can be considered tidier. Your decision.

lebrice commented 2 years ago

I'm fine with this for now. Thanks for the help!