Richard Schneider
Richard Schneider
Thanks for the fast reply. So if I change my subcommand class to inherhit from `DefaultHelpTextGenerator` and change my `ExtendendHelper` method to override `GenerateFooter` then all will work. Thanks you....
I tried overriding `GenerateFooter` to print the versions and it is never called. Obviously I'm missing something. See what I did in https://github.com/richardschneider/net-ipfs-engine/pull/134
Thanks again for you reply. My issue is that I want to only generate the extra help text when a specific subcommand is asking for help.
I changed Main to set the `app.HelpTextGenerator` to my own class that derives from DefaultHelpTextGenerator. It is never being called. Do you have a test/example that works with Subcommand(string, Type)...
Thanks, setting the `HelpTextGenerator` before the `UseDefaultConventions()` works. My help generator is now working.
Added https://github.com/richardschneider/cardsJS/wiki/Active-Hands
@TillAlex thank you for your interest in this package. Since writing this I have the following issues and must admit I've simply moved this into the two hard bucket. Perhaps...
@jbrestan This needs testing on a machine with multiple interfaces. Do you have this? If so, I'll rebase on master and then you can give it try.
I've rebased the PR, so you can test the latest bits.
What do you mean by Publish? Can you point to your code? This library uses Tasks and threads are only used indirectly by the task subsystem. My understanding is that...