jarro2783 / cxxopts

Lightweight C++ command line option parser
MIT License
4.16k stars 582 forks source link

Are unrecognized options supported? #404

Closed esoha-nvidia closed 1 year ago

esoha-nvidia commented 1 year ago

Are unrecognized options supported?

The README implies that they are:

https://github.com/jarro2783/cxxopts#unrecognised-arguments

But then later on implies otherwise:

https://github.com/jarro2783/cxxopts#todo-list

jarro2783 commented 1 year ago

They are supported. I think that to do item is out of date.