lint!
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 31s
Build-Test-Publish / build (linux/arm64) (push) Successful in 2m27s

This commit is contained in:
j
2025-12-27 23:29:50 +13:00
parent 0257a9c75c
commit 8021e3f57b
4 changed files with 440 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ class template_manager {
bool template_command_exists(const std::string& template_name,const std::string& command) const;
bool create_template(const std::string& template_name) const;
static bool test_template(const std::string& template_path);
static bool check_template_shell_scripts_syntax(const std::string& template_path);
void list_templates() const;