add create-server
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user