jarro2783 / cxxopts

Lightweight C++ command line option parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Put exceptions in a sub-namespace rather than suffixing them with "_exception"

eyalroz opened this issue · comments

Why use option_has_no_value_exception rather than exception::option_has_no_value?