add create-server

This commit is contained in:
Your Name
2025-04-25 20:59:17 +12:00
parent 84c252c965
commit d9f6897de0
2 changed files with 43 additions and 1 deletions

View File

@ -20,6 +20,8 @@ std::vector<ServerInfo> get_configured_servers();
void list_servers();
void show_server_details(const std::string& server_name);
void create_server(const std::string& server_name);
} // namespace dropshell
#endif // SERVERS_HPP