Had to add for lib setup

This commit is contained in:
Tristan Ancelet
2026-08-11 11:22:02 -05:00
parent 19ea00ef72
commit 1085335c88
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ module CliGen
ECR.render({{CliGen::HELP_OVERRIDE_TEMPLATE}})
{% else %}
{% puts "No type overrided help output. Using default" if env("DEBUG") %}
ECR.render("src/cligen/template/cmd_help.ecr")
ECR.render("lib/cligen/cligen/template/cmd_help.ecr")
{% end %} # otherwise
{% debug if env("DEBUG") %}
{% end %}