CmdArguments.CaseSensitive property

Determines if command line argument keys are treated in a case senesitive manner. By default, the parser is case insensitive.

public bool CaseSensitive { get; }

See Also