Nemec
Nemec
Can you post a minimal reproduction of the issue, with a complete options class and the args array you're passing to the compiler? Also, which version of the library are...
Welcome back @gsscoder!
IMO that should be a default feature . Can you think of a reason why anyone would want to turn it off, assuming quotes are only added if there is...
Nothing yet. @gsscoder is tied up in work and I don't have time to actively develop a fix. If you want to dig in, I think the best approach would...
I don't believe there are any built in verbs anymore with the new `MapResult` style. I'm not sure `version` was ever built in in 1.9.x either. Do the flags not...
I can't edit the tagline, but I removed all the files so it should be pretty obvious.
This is a good idea. Right now both `--help` and `--version` are hardcoded into the application.
@stanislavromanov what if it was set up to allow you to plug in an existing validation library (e.g. FluentValidation) that's run after all parsing or after each argument is parsed?...
Have you seen this documentation from the wiki? https://github.com/gsscoder/commandline/wiki/Latest-Version
Using `IEnumerable` allows you to provide multiple values (e.g. `-o a/b/c d/e/f g/h/i`) but no, it doesn't currently support providing `-o` multiple times.