OptionDuplicatePolicy

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

Values

ValueMeaning
reject

Throws a DuplicateProgramArgument

lastOneWins

The last argument determines the value of the option

firstOneWins

The first argument determines the value of the option

Meta