commandlineparser / commandlineparser/commandline
GetoptMode = true suppresses help.
Abierto
- Lenguaje dominante
- C#
- Estrellas
- 4.8k
- Forks
- 478
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
**Describe the bug**
var parser = new Parser(opts => { opts.GetoptMode = true; });
result = parser.ParseArguments....
opts.GetoptMode = true causes the help to be suppressed
**To Reproduce**
Make your own "new Parser" with only GetoptMode = true
**Expected behavior**
The help should show up regardless
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Appending other options to "new Parser" didn't seem to help.
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.