commandlineparser / commandlineparser/commandline
IEnumerable<string> Option ignores duplicate values
Ouverte
- Langage dominant
- C#
- Étoiles
- 4.8k
- Forks
- 478
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.