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

V2.29.4 #1166

Merged
merged 4 commits into from
Feb 6, 2018
Merged

V2.29.4 #1166

merged 4 commits into from
Feb 6, 2018

Conversation

kbknapp
Copy link
Member

@kbknapp kbknapp commented Feb 6, 2018

This change is Reviewable

…ouldnt ever have multiple values

Prior to this commit, an option with multiple values and that also overrode itself (either manually
or via AppSettings::AllArgsOverrideSelf) could never have more than one value. This is fixed as
options with multiple values now ignore the override of self.

If one wants to have options with overrides of self, *and* multiple values you should set
use_delimiter(false) and *not* set multiple(true). Then tell users to use a comma to seperate
their values, i.e. `val1,val2`.
@mention-bot
Copy link

@kbknapp, thanks for your PR! By analyzing the history of the files in this pull request, we identified @kbknapp to be a potential reviewer.

@BurntSushi
Copy link
Contributor

Thanks!

@kbknapp kbknapp merged commit 1c9499d into master Feb 6, 2018
@kbknapp kbknapp deleted the v2.29.4 branch February 6, 2018 02:31
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.

3 participants