commandlineparser / commandlineparser/commandline
Option parser: when value is the same as full parameter name
Aperta
- Lingua principale
- C#
- Stelle
- 4.8k
- Fork
- 478
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.