jarro2783 / cxxopts

Lightweight C++ command line option parser
MIT License
4.25k stars 590 forks source link

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

Closed eyalroz closed 2 years ago

eyalroz commented 2 years ago

Why use option_has_no_value_exception rather than exception::option_has_no_value?