python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

[WIP] New experimental argparse wrapper to have all options on all parsers

Open ghost opened this issue 6 years ago • 0 comments

This is a new experimental argparse wrapper to have all options on all parsers. This might allow us to get rid of all the littered hasattr(args, "some_option") tests or getattr(args, "some_option", None) calls, such that always args.some_option can be used. I only removed a few instances of hasattr/getattr to test the functionality

ghost avatar Apr 30 '19 22:04 ghost