Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
void CommandLine::SetUsage(std::string_view usage) {
148
_usage = std::string(usage);
149
}
150
151
void CommandLine::PrintUsage() {
152
for (auto &error: _errors) {
Callers
1
main
Function · 0.80
Calls
1
string
Function · 0.85
Tested by
no test coverage detected