swansonk14 / typed-argument-parser

Typed argument parser for Python
MIT License
494 stars 40 forks source link

tapify add optional description #139

Closed kddubey closed 2 months ago

kddubey commented 2 months ago

Fix #138

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.10%. Comparing base (8b974d7) to head (6bc2284).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #139 +/- ## ======================================= Coverage 94.09% 94.10% ======================================= Files 5 5 Lines 694 695 +1 ======================================= + Hits 653 654 +1 Misses 41 41 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

martinjm97 commented 2 months ago

LGTM. Thank you for improving the docs and writing tests too @kddubey!