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

Arguments without action=append are specified multiple times #94

Closed
Chris7 opened this issue Nov 12, 2015 · 0 comments · Fixed by #134 or wooey/clinto#23
Closed

Arguments without action=append are specified multiple times #94

Chris7 opened this issue Nov 12, 2015 · 0 comments · Fixed by #134 or wooey/clinto#23
Assignees
Labels
Milestone

Comments

@Chris7
Copy link
Member

Chris7 commented Nov 12, 2015

Currently, we repeat the parameter and the value like:

--arg abc --arg abc2
instead of:
--arg abc abc2

This needs to be fixed to only occur when action='action' is specified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant