Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cpp
File · 0.80
SubcommandTest.cpp
File · 0.80
exit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected