You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: