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

Method GetPositionalSuggestions

lib/cli/clicommand.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140std::vector<String> CLICommand::GetPositionalSuggestions([[maybe_unused]] const String& word) const
141{
142 return std::vector<String>();
143}
144
145void CLICommand::InitParameters([[maybe_unused]] boost::program_options::options_description& visibleDesc,
146 [[maybe_unused]] boost::program_options::options_description& hiddenDesc) const

Callers 1

ShowCommandsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected