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

Method GetDescription

lib/cli/variablegetcommand.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26REGISTER_CLICOMMAND("variable/get", VariableGetCommand);
27
28String VariableGetCommand::GetDescription() const
29{
30 return "Prints the value of an Icinga 2 variable.";
31}
32
33String VariableGetCommand::GetShortDescription() const
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected