It would be cool to be able to define an arg like this ```c# public class DeleteFileArgs { [Argument("files", Index = 0, Separator=",")] public string[] Files { get; set; } } ``` and the engine parses the arguments into the array
It would be cool to be able to define an arg like this
and the engine parses the arguments into the array