Enum OptionDuplicatePolicy

The duplication policy can be passed to a ProgramOptions Option.duplicatePolicy

enum OptionDuplicatePolicy : int { ... }

Enum members

NameDescription
firstOneWins The first argument determines the value of the option
lastOneWins The last argument determines the value of the option
reject Throws a DuplicateProgramArgument