commandlineparser / commandlineparser/commandline
Option parser: when value is the same as full parameter name
Ouverte
- Langage dominant
- C#
- Étoiles
- 4.8k
- Forks
- 478
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.