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

Fixes #99 as well as other misc fixes #101

Merged
merged 5 commits into from
May 5, 2015
Merged

Fixes #99 as well as other misc fixes #101

merged 5 commits into from
May 5, 2015

Conversation

kbknapp
Copy link
Member

@kbknapp kbknapp commented May 5, 2015

No description provided.

…nd multiple occurrences

When using number_of_values() or value_names() you no longer have to set
.multiple(true) unless you want the argument to be allowed multiple
times (i.e. *not* the value, but the argument itself). This means
without multiple(true) set (and assuming 2 values) -o val1 val2 is only
allowed one time, but with multiple(true) set, -o val1 val2 -o val3 val4
is allowed.

Closes #99
kbknapp added a commit that referenced this pull request May 5, 2015
Fixes #99 as well as other misc fixes
@kbknapp kbknapp merged commit be77f0c into master May 5, 2015
@kbknapp kbknapp deleted the patch-99 branch May 5, 2015 02:04
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.

1 participant