commandlineparser / commandlineparser/commandline
Incorrect verb mapped to default verb
Aberta
- Linguagem predominante
- C#
- Estrelas
- 4.8k
- Forks
- 478
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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!
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.