MCPcopy Create free account
hub / github.com/3rdparty/libprocess / USAGE

Function USAGE

include/process/help.hpp:62–65  ·  view source on GitHub ↗

Helper for single-line usage that puts it in a blockquote as code and adds a newline.

Source from the content-addressed store, hash-verified

60// Helper for single-line usage that puts it in a blockquote as code
61// and adds a newline.
62inline std::string USAGE(const std::string& usage)
63{
64 return "> " + usage + "\n";
65}
66
67
68// Helper for single-line TL;DR; that adds a newline.

Callers 1

addMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected