We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.