MCPcopy Create free account
hub / github.com/apitrace/apitrace / help_usage

Function help_usage

cli/cli_main.cpp:49–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47static void list_commands(void);
48
49static void
50help_usage()
51{
52 std::cout
53 << "usage: apitrace help [<command>]\n"
54 << help_synopsis << "\n"
55 "\n";
56
57 list_commands();
58}
59
60static void
61version_usage()

Callers 1

do_help_commandFunction · 0.85

Calls 1

list_commandsFunction · 0.85

Tested by

no test coverage detected