commandlineparser / commandlineparser/commandline
IEnumerable<string> Option ignores duplicate values
Abierto
- Lenguaje dominante
- C#
- Estrellas
- 4.8k
- Forks
- 478
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.