Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writing argument description to config string (issue #65) #66

Merged
merged 7 commits into from
Dec 29, 2017

Conversation

SkyToGround
Copy link
Contributor

No description provided.

}

if (value.size() != 0) {
if (write_description and opt->description_.size() != 0) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and is not valid here, should be && (Only msvc cares)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has now been changed.

@codecov
Copy link

codecov bot commented Dec 20, 2017

Codecov Report

Merging #66 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #66    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files           9      9            
  Lines        1345   1360    +15     
  Branches      251      0   -251     
======================================
+ Hits         1345   1360    +15
Impacted Files Coverage Δ
include/CLI/StringTools.hpp 100% <100%> (ø) ⬆️
include/CLI/App.hpp 100% <100%> (ø) ⬆️

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 67cd2e6...9e18364. Read the comment docs.

@henryiii
Copy link
Collaborator

When you remove the WIP I'll merge, LGTM.

@henryiii henryiii changed the title [WIP] Writing argument description to config string (issue #65) Writing argument description to config string (issue #65) Dec 29, 2017
@henryiii henryiii merged commit 0243fda into CLIUtils:master Dec 29, 2017
@SkyToGround
Copy link
Contributor Author

Ah, sorry. Forgot about that as I have been taking time off the past week.

@henryiii henryiii added this to the v1.4 milestone Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants