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

Method GetArgumentSuggestions

lib/cli/clicommand.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135std::vector<String> CLICommand::GetArgumentSuggestions([[maybe_unused]] const String& argument, [[maybe_unused]] const String& word) const
136{
137 return std::vector<String>();
138}
139
140std::vector<String> CLICommand::GetPositionalSuggestions([[maybe_unused]] const String& word) const
141{

Callers 1

ShowCommandsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected