Had to add for lib setup
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
*
|
*
|
||||||
!CLAUDE.md
|
!CLAUDE.md
|
||||||
|
!lib/
|
||||||
|
!lib/cligen
|
||||||
!src/
|
!src/
|
||||||
!src/**
|
!src/**
|
||||||
!shard.yml
|
!shard.yml
|
||||||
|
|||||||
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
../src/
|
||||||
@@ -154,7 +154,7 @@ module CliGen
|
|||||||
ECR.render({{CliGen::HELP_OVERRIDE_TEMPLATE}})
|
ECR.render({{CliGen::HELP_OVERRIDE_TEMPLATE}})
|
||||||
{% else %}
|
{% else %}
|
||||||
{% puts "No type overrided help output. Using default" if env("DEBUG") %}
|
{% 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
|
{% end %} # otherwise
|
||||||
{% debug if env("DEBUG") %}
|
{% debug if env("DEBUG") %}
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|||||||
Reference in New Issue
Block a user