andrey-zherikov / argparse

Parser for command-line arguments
https://andrey-zherikov.github.io/argparse/
Boost Software License 1.0
30 stars 6 forks source link

Fix parsing of boolean value #152

Closed andrey-zherikov closed 8 months ago

andrey-zherikov commented 8 months ago

Closes #123

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (0654af0) 98.77% compared to head (e8ec175) 99.02%. Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #152 +/- ## ========================================== + Coverage 98.77% 99.02% +0.25% ========================================== Files 27 27 Lines 1789 2261 +472 ========================================== + Hits 1767 2239 +472 Misses 22 22 ```

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

SirNickolas commented 8 months ago

I’ll seize the opportunity to thank you for not supporting on/off. Having both on and no in the same domain of values is a footgun.

andrey-zherikov commented 8 months ago

This can be made configurable but since there are no complains, it's not urgent.