vietjtnguyen / argagg

A simple C++11 command line argument parser
MIT License
224 stars 28 forks source link

Key errors when getting option results should have a custom exception #20

Closed vietjtnguyen closed 6 years ago

vietjtnguyen commented 6 years ago

Right now the exception thrown my std::map::at() is simply unhandled but it produces a useless error message: _Map_base::at. A custom exception with a better error message would go a long way.

vietjtnguyen commented 6 years ago

49ac33422a6b6838c2e6dd1fccd7dcd39f5ea089