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

Allow custom argument values for enums #83

Closed andrey-zherikov closed 1 year ago

andrey-zherikov commented 1 year ago

closes #47

codecov-commenter commented 1 year ago

Codecov Report

Merging #83 (ebc7574) into master (d50b564) will increase coverage by 0.28%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #83      +/-   ##
==========================================
+ Coverage   97.09%   97.37%   +0.28%     
==========================================
  Files          14       15       +1     
  Lines        1409     1412       +3     
==========================================
+ Hits         1368     1375       +7     
+ Misses         41       37       -4     
Impacted Files Coverage Δ
source/argparse/internal/package.d 93.48% <ø> (ø)
source/argparse/internal/utils.d 100.00% <ø> (ø)
source/argparse/internal/argumentuda.d 98.33% <100.00%> (ø)
source/argparse/internal/enumhelpers.d 100.00% <100.00%> (ø)
source/argparse/package.d 99.26% <100.00%> (+<0.01%) :arrow_up:
source/argparse/ansi.d 100.00% <0.00%> (+4.30%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.