Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CLIUtils/CLI11
/ main
Function
main
book/code/simplest.cpp:3–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include
"CLI/CLI.hpp"
2
3
int main(int argc, char **argv) {
4
CLI::App app;
5
6
// Add new options/flags here
7
8
CLI11_PARSE(app, argc, argv);
9
10
return 0;
11
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected