catchorg / Clara

A simple to use, composable, command line parser for C++ 11 and beyond
Boost Software License 1.0
648 stars 67 forks source link

Support customization of option parsing. #66

Closed grafikrobot closed 5 years ago

grafikrobot commented 6 years ago

This add the ability to pass in a customization object to define the token parsing and option prefix.

codecov[bot] commented 6 years ago

Codecov Report

Merging #66 into master will decrease coverage by 0.39%. The diff coverage is 90.24%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #66     +/-   ##
=========================================
- Coverage   94.85%   94.46%   -0.4%     
=========================================
  Files           2        2             
  Lines         680      704     +24     
=========================================
+ Hits          645      665     +20     
- Misses         35       39      +4
Impacted Files Coverage Δ
include/clara.hpp 92.99% <90.24%> (-0.32%) :arrow_down:
include/clara_textflow.hpp 98.42% <0%> (-0.51%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a6dfbbd...920caa5. Read the comment docs.