Sybaris
Sybaris
Hello Waiting this feature, I think I will use something like the following code. It's ok for key1=value1 key2="value2" but not for key3="foo""bar" Do you have something better to propose...
Same for intersect :-)
Hi, Same problem... Sybaris
Hi, I am also interested to have also the console display (in real time) + all in a log file. Regards, Sybaris
Thanks for your answer. I agree that specifying a longname solves the problem. This requires specifying a longname for all options :-( But I find it really unfortunate to have...
Hi, Any news about this subject ? I need to do a custom validation, and when this custom validation fails, I would like to use the error flow (RunErrors) and...
Hi @gfs Thanks for your answer. But I have the same behavior when I use the correct case `Verb1` And also when I have `config.CaseSensitive = false; `, I have...
Hi, Exact. Thanks for you answer. Note that I have this code because it's a copy paste of [wiki ](https://github.com/commandlineparser/commandline/wiki/HelpText-Configuration#custom-help-for-verbs) Regards Sybaris
Here an example with 2 verbs : ``` [Verb("Verb1", HelpText = "Verb1")] internal class Verb1Options { [Option(Required = true, HelpText = "Option1")] public string Option1 { get; set;} [Option(Required =...
Hi, I have the same error with my **cshtml in a .NET standard 2.0 class library** used by a **.NET 4.6.2 console application**. Any idea ? Regards Sybaris Here the...