I am currently working on a console app which uses this command line parser library.
Some of my option values should be Integers. So I was wondering if there is a way to specify these options in such a way that they only accept values of type int
.
I already read through the documentary of the library but didn't find such functionality. But maybe I missed something.
Thank you for your help!