Searched defs:cmd_name (Results 1 – 3 of 3) sorted by relevance
68 void RegisterCommand(const std::string& cmd_name, in RegisterCommand()73 void UnRegisterCommand(const std::string& cmd_name) { in UnRegisterCommand()77 std::unique_ptr<Command> CreateCommandInstance(const std::string& cmd_name) { in CreateCommandInstance()
77 for (auto& cmd_name : GetAllCommandNames()) { in PrintShortHelp() local
161 std::string cmd_name; in ExecuteCommands() local