Hi,
I can't find any info in the specs on HOW exactly to send the arguments for this kind of parameter, if I didn't set any specific separator:
[Option('a', "assemblies", Required = false, HelpText = "List of assemblies to process. Used for the NONE option")]
public IEnumerable<string> Assemblies { get; set; }
The documentation doesn't contain any help in that direction :(
Hi,
I can't find any info in the specs on HOW exactly to send the arguments for this kind of parameter, if I didn't set any specific separator:
The documentation doesn't contain any help in that direction :(