commandlineparser / commandlineparser/commandline
IEnumerable<string> Option ignores duplicate values
Aperta
- Lingua principale
- C#
- Stelle
- 4.8k
- Fork
- 478
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Passing the following `-s "one" "two" "three" "three" "three"` to an option that's an `IEnumerable` will yield only the first 3 strings and ignore the last 2.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.