MCPcopy Create free account
hub / github.com/CLIUtils/CLI11 / get_exit_code

Method get_exit_code

include/CLI/Error.hpp:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77 public:
78 CLI11_NODISCARD int get_exit_code() const { return actual_exit_code; }
79
80 CLI11_NODISCARD std::string get_name() const { return error_name; }
81

Callers 3

HelpTest.cppFile · 0.80
SubcommandTest.cppFile · 0.80
exitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected