MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getUsageString

Method getUsageString

valdi/src/valdi/standalone_runtime/ArgumentsParser.cpp:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248std::string ArgumentsParser::getUsageString(std::string_view programName) const {
249 return fmt::format("{}\n\nAvailable arguments:\n{}", programName, getFullDescription().slowToString());
250}
251
252} // namespace Valdi

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls 1

slowToStringMethod · 0.80

Tested by

no test coverage detected