Refactor! Compiles...

This commit is contained in:
Your Name
2025-04-26 21:53:15 +12:00
parent bc0edf8e91
commit 3c03c2a536
11 changed files with 211 additions and 223 deletions

View File

@ -52,7 +52,7 @@ void dropshell::autocomplete(const std::vector<std::string> &args)
std::vector<template_info> templates;
get_templates(templates);
for (const auto& t : templates)
std::cout << t.name << std::endl;
std::cout << t.template_name << std::endl;
return;
}