Argument.this
this
(string name, ArgValue value = ArgValue.init)Constructs an Argument with a name and optional value.
Parameters
name | The name of the argument (e.g., "<file>"). |
value | The default or parsed value. |