Tim Waalewijn
Tim Waalewijn
@simonech I recently needed to implement subverbs for a commandline tool I made so I put my solution on [GitHub](https://github.com/twaalewijn/commandlineparser-subverbextension). The code to use it is a bit more complicated...
@ericnewton76 I completely agree that hyphenation should be considered a better solution most of the time. In the program I had to make my subverb extension project for however, the...
Sorry for the late reply. I wanted to take another look at the code base and understand it a bit better before submitting an approach but did not get around...
@moh-hassan Would you say the 'fix' in #423 is unnecessary then, or does it still have merit as a way to help developers distinguish between explicit version/help errors and parser...
@moh-hassan Of course, I'd be happy to. ### PR context I'll start with some context and the assumption that the current behavior is considered a bug because that is how...
@moh-hassan I'm all for making some more default options available to developers through a new enumeration. Before I implement it in the PR though could you clarify question I have...
Does the same funkiness apply for AttributeTargets that target types? Such as: - AttributeTargets.Class - AttributeTargets.Interface - AttributeTargets.Struct I ran into this while consuming a C# library (I only have...