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

Method GetDescription

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

Source from the content-addressed store, hash-verified

27REGISTER_CLICOMMAND("node/setup", NodeSetupCommand);
28
29String NodeSetupCommand::GetDescription() const
30{
31 return "Sets up an Icinga 2 node.";
32}
33
34String NodeSetupCommand::GetShortDescription() const
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected