-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed issue where it was treating 'help' as the verb that usage info was... #74
base: master
Are you sure you want to change the base?
Conversation
…was requested for.
Hi, Thanks for reporting and for the fix. Sorry but for the moment I'm unable to accept PR (as stated in #67). This will be of great help in my current 2.0 development (for the moment still unpublished); since it's a deep kernel rewrite, you can understand, that in the transitory phase this would mean maintain two branches... The fix will be integrated in the new branch. :D Thanks, |
Awesome! |
Hi can we take a few minutes to merge this PR? Since it already took 5 months to develop the 2.0 since then, maybe it will take another few months. Before the 2.0 is ready, can we just take a few time let current version work? After all, this is really a one-line fix. Thanks! |
@jonnyyu this pull request can't be merged as-is since the codebase has changed radically since then. Can you upgrade to the latest version from git (2.0) and see if it's still an issue? On the project homepage there's a "download zip" button on the bottom right. Just extract the project folder and add it as a reference in your solution. Only @gsscoder has NuGet privileges, so I can't help there. |
No, I finally gave up using it and switch to ManyConsole instead. On Sat, Sep 14, 2013 at 7:20 AM, Dan Nemec notifications@github.com wrote:
Yingshen(Jonny) Yu |
How different is the ManyConsole API? How long did it take you to convert from CommandLine? Thanks for any info. |
... requested for.
Let's say that I have an application called 'example' that has a verb called 'dothing'. If I entered the following on the console:
The usage text displayed isn't for the verb specified but the default usage text.