Searched refs:cmd_string (Results 1 – 2 of 2) sorted by relevance
123 std::string cmd_string; in DoExecute() local124 command.GetCommandString(cmd_string); in DoExecute()127 s.Printf("ambiguous command %s", cmd_string.c_str()); in DoExecute()138 &error_msg_stream, cmd_string.c_str(), in DoExecute()144 &result.GetOutputStream(), cmd_string.c_str(), in DoExecute()
127 … cmd_string = f"command script add {self.command_name} --class interruptible.WelcomeCommand"128 self.runCmd(cmd_string)