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.