commandlineparser / commandlineparser/commandline

GetoptMode = true suppresses help.

Aperta
#907 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
C#
Stelle
4.8k
Fork
478
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

**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.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.