Craig E. Shea
Craig E. Shea
I would rather have the old `HelpBuilder` made `public` once again. I used that feature extensively in one of my projects that I need to update with the new System.CommandLine...
So, there's not too much entanglement from "internal" or "private" only things in System.CommandLine with respect to help. So, I'm forced to basically copy `HelpBuilder` and `HelpContext` and other associated...
Funny, I just implemented the following classes in my own solution: `CommandExtensions` which contains extensions for `Command` and `RootCommand` to fluidly build up options, arguments, subcommands, and directives (for the...