MCPcopy Create free account
hub / github.com/Icinga/icinga2 / GetDescription

Method GetDescription

lib/cli/calistcommand.cpp:23–26  ·  view source on GitHub ↗

* Provide a long CLI description sentence. * * @return text */

Source from the content-addressed store, hash-verified

21 * @return text
22 */
23String CAListCommand::GetDescription() const
24{
25 return "Lists pending certificate signing requests.";
26}
27
28/**
29 * Provide a short CLI description.

Callers 1

icinga.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected