commandlineparser / commandlineparser/commandline

GetoptMode = true suppresses help.

Offen
#907 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
C#
Sterne
4.8k
Forks
478
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.