We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.