| 27 | REGISTER_CLICOMMAND("object/list", ObjectListCommand); |
| 28 | |
| 29 | String ObjectListCommand::GetDescription() const |
| 30 | { |
| 31 | return "Lists all Icinga 2 objects."; |
| 32 | } |
| 33 | |
| 34 | String ObjectListCommand::GetShortDescription() const |
| 35 | { |
nothing calls this directly
no outgoing calls
no test coverage detected