MCPcopy Create free account
hub / github.com/bfgroup/Lyra / do_command

Method do_command

examples/doc_commands.cpp:102–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 void do_command(const lyra::group & g)
103 {
104 if (show_help)
105 std::cout << g;
106 else
107 std::cout << "KILL:"
108 << " signal=" << signal << " process=" << process_name
109 << "\n";
110 }
111};
112
113int main(int argc, const char ** argv)

Callers 1

add_commandMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected