| 27 | REGISTER_CLICOMMAND("node/setup", NodeSetupCommand); |
| 28 | |
| 29 | String NodeSetupCommand::GetDescription() const |
| 30 | { |
| 31 | return "Sets up an Icinga 2 node."; |
| 32 | } |
| 33 | |
| 34 | String NodeSetupCommand::GetShortDescription() const |
| 35 | { |
nothing calls this directly
no outgoing calls
no test coverage detected