jarro2783 / cxxopts

Lightweight C++ command line option parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are unrecognized options supported?

esoha-nvidia opened this issue · comments

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

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