had to fix syntax
This commit is contained in:
@@ -30,7 +30,7 @@ module CliGen
|
||||
validate: {% if anno[:validation] %} {{anno[:validation]}} {% else %} nil {% end %},
|
||||
on_match: {% if anno[:on_match] %} {{anno[:on_match]}} {% else %} nil {% end %},
|
||||
options: {% if anno[:options] %} {{anno[:options]}} {% else %} nil {% end %},
|
||||
delimiter: {% if anno[:delimiter %} {{anno[:delimiter]}} {% else %} nil {% end %}
|
||||
delimiter: {% if anno[:delimiter] %} {{anno[:delimiter]}} {% else %} nil {% end %}
|
||||
)
|
||||
{% debug if env("DEBUG") %}
|
||||
{% end %}
|
||||
|
||||
Reference in New Issue
Block a user