-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Rewrite argument parsing #4493
Copy link
Copy link
Closed as not planned
Labels
area: code healthfeature requestneeds-updatepriority: significantIssues with higher than average priority that do not need to be in the current milestone.Issues with higher than average priority that do not need to be in the current milestone.
Milestone
Metadata
Metadata
Assignees
Labels
area: code healthfeature requestneeds-updatepriority: significantIssues with higher than average priority that do not need to be in the current milestone.Issues with higher than average priority that do not need to be in the current milestone.
We currently use the largely unmaintained
configargparseand a number of hacks like magic default values and reaching into the internals ofconfigargparse/argparseto get the behavior we want. We should rewrite our argument parsing to use another library likeclickorfire.cc @erikrose, @ohemorange