commandlineparser / commandlineparser/commandline
Option values cannot start with dash
Aperta
- Lingua principale
- C#
- Stelle
- 4.8k
- Fork
- 478
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I have an option to provide a key to a utility. The key value in one instance happens to start with "-". So running:
`utitility.exe --key -gobbledygook123`
produces an error message:
ERROR(S):
Option 'g' is unknown.
Required option 'key' is missing.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.