Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Apr 30, 2019

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 ghost changed the title New experimental argparse wrapper to have all options on all parsers [WIP] New experimental argparse wrapper to have all options on all parsers Apr 30, 2019
@ghost ghost requested a review from inclement April 30, 2019 22:52
@inclement inclement changed the base branch from master to develop June 6, 2019 20:40
@kuzeyron kuzeyron added WIP core-providers Core code that's not a recipe labels Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-providers Core code that's not a recipe WIP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant