1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 05:03:52 +00:00

Nicer help message

This commit is contained in:
Henry Fredrick Schreiner 2017-02-03 13:30:18 -05:00
parent 653d8b70fd
commit ca16a762db

View File

@ -38,7 +38,7 @@ struct Error : public std::runtime_error {
}; };
struct CallForHelp : public Error { struct CallForHelp : public Error {
CallForHelp() : Error("CallForHelp","", 0) {} CallForHelp() : Error("CallForHelp","This should be caught in your main function, see examples", 0) {}
}; };
struct BadNameString : public Error { struct BadNameString : public Error {