Argument.this

this(string name, ArgValue value = ArgValue.init)

Constructs an Argument with a name and optional value.

Parameters

nameThe name of the argument (e.g., "<file>").
valueThe default or parsed value.