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

Method GetDescription

lib/cli/variablelistcommand.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21REGISTER_CLICOMMAND("variable/list", VariableListCommand);
22
23String VariableListCommand::GetDescription() const
24{
25 return "Lists all Icinga 2 variables.";
26}
27
28String VariableListCommand::GetShortDescription() const
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected