We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe6789 commit 69347daCopy full SHA for 69347da
1 file changed
exe/rubydown
100644
100755
@@ -70,6 +70,7 @@ end
70
def main # to separate binding
71
72
options = {}
73
+ options[:erb] = File.expand_path('../../templates/template.html.erb', __FILE__)
74
option_parser = OptionParser.new do |opts|
75
opts.on("-i INPUT") do |input|
76
options[:input] = input
0 commit comments