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

Class ApiSetupCommand

lib/cli/apisetupcommand.hpp:17–28  ·  view source on GitHub ↗

* The "api setup" command. * * @ingroup cli */

Source from the content-addressed store, hash-verified

15 * @ingroup cli
16 */
17class ApiSetupCommand final : public CLICommand
18{
19public:
20 DECLARE_PTR_TYPEDEFS(ApiSetupCommand);
21
22 String GetDescription() const override;
23 String GetShortDescription() const override;
24 void InitParameters(boost::program_options::options_description& visibleDesc,
25 boost::program_options::options_description& hiddenDesc) const override;
26 int Run(const boost::program_options::variables_map& vm, const std::vector<std::string>& ap) const override;
27 ImpersonationLevel GetImpersonationLevel() const override;
28};
29
30}
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected