Restore autocompletion working!

This commit is contained in:
Your Name
2025-04-26 00:11:23 +12:00
parent fa7236b4f5
commit 8e0683c997
6 changed files with 71 additions and 0 deletions

View File

@ -18,6 +18,9 @@ namespace dropshell {
ServiceInfo get_service_info(const std::string& server_name, const std::string& service_name);
std::set<std::string> get_used_commands(const std::string& server_name, const std::string& service_name);
// 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);
} // namespace dropshell