Refactor! Compiles...
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user