autocomplete

This commit is contained in:
Your Name
2025-04-26 08:34:02 +12:00
parent e58c44b172
commit 9e6281c846
8 changed files with 102 additions and 19 deletions

View File

@ -21,7 +21,7 @@ namespace dropshell {
// list all backups for a given server and service
std::vector<std::string> list_backups(const std::string& server_name, const std::string& service_name);
bool create_service(const std::string& server_name, const std::string& service_name);
bool create_service(const std::string& server_name, const std::string& template_name, const std::string& service_name);
} // namespace dropshell