29 using namespace EscapeCodes;
30 return o << Phrases::Error <<
"Unable to parse arguments: " << TextAttribute::Reset << failure.what() <<
"\nSee --help for available commands."
The ParseError class is thrown by an ArgumentParser when a parsing error occurs.
~ParseError() noexcept override
Destroys the ParseError.
Contains all utilities provides by the c++utilities library.
CPP_UTILITIES_EXPORT std::ostream & operator<<(std::ostream &out, Indentation indentation)