Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CLIUtils/CLI11
/ run
Method
run
tests/HelpTest.cpp:1100–1100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1098
std::stringstream err{};
1099
1100
int run(const CLI::Error &e) { return app.exit(e, out, err); }
1101
1102
void reset() {
1103
out.clear();
Callers
nothing calls this directly
Calls
1
exit
Method · 0.80
Tested by
no test coverage detected