commandlineparser / commandlineparser/commandline
Option parser: when value is the same as full parameter name
Abierto
- Lenguaje dominante
- C#
- Estrellas
- 4.8k
- Forks
- 478
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Part of command line model:
```
[Option('o', "output", Separator = ' ')]
public IEnumerable OutputPathsList { get; set; }
[Option('d', "output-dir")]
public string OutputDir { get; set; }
```
And part of command line:
`--output-dir output -o :loop :magic_value`
if 'ouput' value is the same as full parameter name "output" I'll get empty OutputPathsList.
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.