commandlineparser / commandlineparser/commandline

GetoptMode = true suppresses help.

Open
#907 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.8k
Forks
478
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.