| 21 | REGISTER_CLICOMMAND("variable/list", VariableListCommand); |
| 22 | |
| 23 | String VariableListCommand::GetDescription() const |
| 24 | { |
| 25 | return "Lists all Icinga 2 variables."; |
| 26 | } |
| 27 | |
| 28 | String VariableListCommand::GetShortDescription() const |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected