GPT 4.1 trying
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 19s

This commit is contained in:
Your Name
2025-05-10 14:06:30 +12:00
parent c9c5108254
commit 39e083898f
4 changed files with 219 additions and 119 deletions

View File

@ -3,6 +3,8 @@
#include <vector>
#include <map>
namespace runner {
struct sSSHInfo {
std::string host;
std::string user;
@ -18,4 +20,6 @@ int execute_cmd(
bool interactive,
sSSHInfo* sshinfo = nullptr,
std::string* output = nullptr
);
);
} // namespace runner