HelpResult::HelpResult

Construct the result from the fully rendered help text.

Synopsis

Declared in <rpc/util.h>

explicit
HelpResult(std::string const& msg);

Parameters

NameDescription
msgThe help text to carry.