ArgsReader.LongOptionIgnoreKebabCase property

True if long options (e.g. --dry-run) should ignore “kebab case”, i.e. allow --dryrun. (Default false.)

public bool LongOptionIgnoreKebabCase { get; set; }

See Also