CommandRawListArg

Attach this onto a string[] member field to mark it as the "raw arg list".

TLDR; Given the command "tool.exe command value1 value2 --- value3 value4 value5", the member field this UDA is attached to will be populated as ["value3", "value4", "value5"]

struct CommandRawListArg

Meta