| 26 | REGISTER_CLICOMMAND("variable/get", VariableGetCommand); |
| 27 | |
| 28 | String VariableGetCommand::GetDescription() const |
| 29 | { |
| 30 | return "Prints the value of an Icinga 2 variable."; |
| 31 | } |
| 32 | |
| 33 | String VariableGetCommand::GetShortDescription() const |
| 34 | { |
nothing calls this directly
no outgoing calls
no test coverage detected