MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / SetUsage

Method SetUsage

Util/src/CommandLine.cpp:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void CommandLine::SetUsage(std::string_view usage) {
148 _usage = std::string(usage);
149}
150
151void CommandLine::PrintUsage() {
152 for (auto &error: _errors) {

Callers 1

mainFunction · 0.80

Calls 1

stringFunction · 0.85

Tested by

no test coverage detected