unary Plus
Defines the unary plus operator for a single Argument
.
This allows you to start an argument list with a single argument using the +
prefix, which is a highly idiomatic way to begin a collection in a DSL.
Return
A new List<Argument>
containing just this single argument.