commandlineparser / commandlineparser/commandline
Incorrect verb mapped to default verb
Ouverte
- Langage dominant
- C#
- Étoiles
- 4.8k
- Forks
- 478
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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!
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.