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

Method GetDescription

lib/cli/objectlistcommand.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27REGISTER_CLICOMMAND("object/list", ObjectListCommand);
28
29String ObjectListCommand::GetDescription() const
30{
31 return "Lists all Icinga 2 objects.";
32}
33
34String ObjectListCommand::GetShortDescription() const
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected