commandlineparser / commandlineparser/commandline
Incorrect verb mapped to default verb
Abierto
- Lenguaje dominante
- C#
- Estrellas
- 4.8k
- Forks
- 478
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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!
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.