Skip to content

Support for list/array types #25

@bramerdaniel

Description

@bramerdaniel

It would be cool to be able to define an arg like this

public class DeleteFileArgs
{
   [Argument("files", Index = 0, Separator=",")]
   public string[] Files { get; set; }
}

and the engine parses the arguments into the array

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions