diff --git a/src/autocomplete.cpp b/src/autocomplete.cpp index 3a4c9e7..539c3aa 100644 --- a/src/autocomplete.cpp +++ b/src/autocomplete.cpp @@ -62,6 +62,9 @@ std::vector autocomplete_list_services(const std::string& server_na std::vector autocomplete_list_commands() { std::vector commands; std::set unique_commands; // To ensure deduplication + + + NEED TO CHANGE THIS SO IT ITERATES THROUGH ACTUAL INSTALLED SERVICES, NOT TEMPLATES! // Helper function to add commands from a directory auto add_commands_from_dir = [&unique_commands](const std::string& dir_path) {