boost::program_options::invalid_command_line_syntax
// In header: <boost/program_options/errors.hpp> class invalid_command_line_syntax : public { public: // construct/copy/destruct (, = "", = "", = ); ~(); };
Class thrown when there are syntax errors in given command line
invalid_command_line_syntax
( kind, option_name = "", original_token = "", option_style = );
~();