CLI11 icon indicating copy to clipboard operation
CLI11 copied to clipboard

Can we get a full working example of custom Validator/Converter?

Open phlptp opened this issue 2 years ago • 1 comments

Discussed in https://github.com/CLIUtils/CLI11/discussions/778

Originally posted by Ivan-SB September 20, 2022 I'd like to write a date/time validator/converter but I'm not even able to write a trivial do nothing custom validator as a subclass and use it.

It would be nice if we could have an example class and how to use it.

I gave a look to this https://cliutils.github.io/CLI11/book/chapters/advanced-topics.html and this https://cliutils.github.io/CLI11/book/chapters/validators.html

but I didn't come up with anything working.

thanks

phlptp avatar Feb 05 '23 14:02 phlptp

related to #780

phlptp avatar Feb 11 '23 13:02 phlptp