commandlineparser / commandlineparser/commandline
IEnumerable<string> Option ignores duplicate values
Aberta
- Linguagem predominante
- C#
- Estrelas
- 4.8k
- Forks
- 478
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.