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

Multiple input parameters #522

Closed
HolyOne opened this issue Oct 14, 2019 · 4 comments
Closed

Multiple input parameters #522

HolyOne opened this issue Oct 14, 2019 · 4 comments

Comments

@HolyOne
Copy link

HolyOne commented Oct 14, 2019

Does commandline support multiple input parameters such as?

combine.exe -i file1.txt -i file2.txt -i file3.txt -o all.txt

I can do this with IEnumerable and Seperator parameter of Option Attribute but I need multiple options with same name.

@moh-hassan
Copy link
Collaborator

No, it doesn't support multiple input parameters with the same name.
It's planned to add this feature.

@josesimoes
Copy link

I believe this is a duplicate of #357...

@rmunn
Copy link
Contributor

rmunn commented Mar 13, 2020

PR #594 would implement this feature; most of the work was done by @tydunkel, I just rebased his work onto the current state of the develop branch and created the PR.

@josesimoes
Copy link

Awesome!! Thank you!! 👏 🎉 😃

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

No branches or pull requests

4 participants