edornd / argdantic

Typed command line interfaces with argparse and pydantic
MIT License
38 stars 4 forks source link

fix: Missing flag descriptions #39

Closed fennerm closed 7 months ago

fennerm commented 8 months ago

I noticed that descriptions for flag args were not being printed in --help messages. Sorta just a quick and dirty fix, lmk if anything else is needed here

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (ce3c52a) 100.00% compared to head (eaa0ee4) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #39 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 20 20 Lines 616 616 ========================================= Hits 616 616 ```

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

edornd commented 7 months ago

Thank you @fennerm! I included it manually by mistake, so this pull request is useless, but it's there, sorry about that

fennerm commented 7 months ago

No worries, thanks @edornd