commandlineparser / commandlineparser/commandline
Option values cannot start with dash
Offen
- Vorherrschende Sprache
- C#
- Sterne
- 4.8k
- Forks
- 478
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.