MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / printUsage

Method printUsage

erpcgen/src/erpcgen.cpp:280–284  ·  view source on GitHub ↗

! * @brief Prints help for the tool. * * @param[in] options Options, which can be used. */

Source from the content-addressed store, hash-verified

278 * @param[in] options Options, which can be used.
279 */
280 void printUsage(const Options &options)
281 {
282 options.usage(cout, "files...");
283 printf(k_usageText);
284 }
285
286 /*!
287 * @brief Core of the tool.

Callers

nothing calls this directly

Calls 1

usageMethod · 0.80

Tested by

no test coverage detected