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

feat: adds support values with a leading hyphen #390

Merged
merged 1 commit into from
Jan 26, 2016
Merged

Conversation

kbknapp
Copy link
Member

@kbknapp kbknapp commented Jan 26, 2016

By using AppSettings::AllowLeadingHyphen values starting with a
leading hyphen (such as a negative number) are supported. This
setting should be used with caution as it silences certain
circumstances which would otherwise be an error (like forgetting
a value to an option argument).

Closes #385

@yo-bot
Copy link

yo-bot commented Jan 26, 2016

r? @sru

(yo-bot has picked a reviewer for you, use r? to override)

@yo-bot
Copy link

yo-bot commented Jan 26, 2016

warning Warning warning

  • Pull requests are usually filed against the master branch for this repo, but this one is against v2-master. Please double check that you specified the right target!

kbknapp added a commit that referenced this pull request Jan 26, 2016
feat: adds support values with a leading hyphen
@kbknapp kbknapp merged commit 3e49280 into v2-master Jan 26, 2016
@kbknapp kbknapp deleted the issue-385 branch January 26, 2016 15:18
By using AppSettings::AllowLeadingHyphen values starting with a
leading hyphen (such as a negative number) are supported. This
setting should be used with caution as it silences certain
circumstances which would otherwise be an error (like forgetting
a value to an option argument).

Closes #385
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