Return more error codes as return value of exe.

This commit is contained in:
Your Name
2025-05-05 22:19:04 +12:00
parent 9d01554b13
commit ac20fcec3d
10 changed files with 99 additions and 74 deletions

View File

@ -24,7 +24,7 @@ namespace dropshell {
void list_servers();
void show_server_details(const std::string& server_name);
void create_server(const std::string& server_name);
bool create_server(const std::string& server_name);
void get_all_used_commands(std::set<std::string> &commands);