Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ usageLine
Method
usageLine
src/commandline.cpp:468–471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
466
}
467
468
std::string Command::usageLine() const
469
{
470
return name() +
" "
+ meta().usage;
471
}
472
473
std::string Command::moreInfo() const
474
{
Callers
1
usage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected