Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Support customization of option parsing. #66

Closed
wants to merge 3 commits into from

Conversation

grafikrobot
Copy link

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

This add the ability to pass in a customization object to define the
token parsing and option prefix.
The normalized option names was not accounting for having to normalize
both user given options and code specified options.
@codecov
Copy link

codecov bot commented Jul 18, 2018

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%) ⬇️
include/clara_textflow.hpp 98.42% <0%> (-0.51%) ⬇️

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant