commandlineparser / commandlineparser/commandline
Option values cannot start with dash
Open
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 478
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.