commandlineparser / commandlineparser/commandline
Incorrect verb mapped to default verb
Open
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 478
- PR merge metrics
- No merged PRs in 30d
Description
When verb is not specified it is mapped to default verb, when default verb specified. Awesome!
But I recently found that even a incorrect verb is provided it is mapped to default verb as well.
So how could throw an exception to user notifying that incorrect verb is given, while there is a default verb as well. I want to allow empty verb as well.
Empty verb => Default Verb
Incorrect verb => call **with no parsed**
[Here is a sample code snippet](https://dotnetfiddle.net/5iIN8E).
Thank you for the great library!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.