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:
parent
653d8b70fd
commit
ca16a762db
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user