-
Notifications
You must be signed in to change notification settings - Fork 353
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
Conversation
include/CLI/App.hpp
Outdated
} | ||
|
||
if (value.size() != 0) { | ||
if (write_description and opt->description_.size() != 0) { |
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
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 Report
@@ Coverage Diff @@
## master #66 +/- ##
======================================
Coverage 100% 100%
======================================
Files 9 9
Lines 1345 1360 +15
Branches 251 0 -251
======================================
+ Hits 1345 1360 +15
Continue to review full report at Codecov.
|
…sue_65 # Conflicts: # include/CLI/App.hpp
When you remove the WIP I'll merge, LGTM. |
Ah, sorry. Forgot about that as I have been taking time off the past week. |
No description provided.