typed-argument-parser
typed-argument-parser copied to clipboard
Typed argument parser for Python
Results
53
typed-argument-parser issues
Sort by
recently updated
recently updated
newest added
Fixes: #161 Instead of iterating over a set, whose order is random in different executions, iterate over a generator based on dict keys which are ordered.
I cannot recreate a MWE yet as it seems to work in simple cases. In general I have tests that compare a normal argparser (original setup) with a Tap setup:...