gsscoder / commandline

Terse syntax C# command line parser for .NET with F# support
1.63k stars 293 forks source link

HelpVerbOption is not working properly #432

Open eocron opened 7 years ago

eocron commented 7 years ago

Hello, found problem with HelpVerbOption, it does not pass verb name if specified like this:

 app.exe help some-verb-name

Can you please check this? Also, I questioned it on stackoverflow here.

CatchemAL commented 7 years ago

I am currently struggling with the exact same issue and stumbled upon this. If it is not a bug, the documentation probably needs clarifying.

fgodoy commented 6 years ago

I have same problem. Maybe new beta version have a solution? For now I'm using a workaround.

ericnewton76 commented 6 years ago

Are you using the older v1.9 or the newer v2.2 just released?

fgodoy commented 6 years ago

@ericnewton76 I'm using v1.9. Was released ? Own! Than I can upgrade to new version. :) I checked last week and was in beta, now I'll upgrade and test again I post the result. Tks.