MCPcopy Create free account
hub / github.com/build-cpp/cmkr / message

Function message

src/help.cpp:11–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11const char *message() noexcept {
12 return R"lit(
13Usage: cmkr [arguments]
14arguments:
15 init [executable|library|shared|static|interface] Starts a new project in the same directory.
16 gen Generates CMakeLists.txt file.
17 build <extra cmake args> Run cmake and build.
18 install Run cmake --install. Needs admin privileges.
19 clean Clean the build directory.
20 help Show help.
21 version Current cmkr version.
22)lit";
23}
24} // namespace help
25} // namespace cmkr

Callers 2

handle_argsFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected