ArgsReader.LongOptionIgnoreCase property

True if long options (e.g. --help) should ignore case. (Default false.)

public bool LongOptionIgnoreCase { get; set; }

See Also