bin/dyn in dyndoc-ruby-0.6.0 vs bin/dyn in dyndoc-ruby-0.6.1
- old
+ new
@@ -57,9 +57,13 @@
opts.on("-l", "--list", "list of documents available") do
Settings["cfg_dyn.cmd_doc"] = [:list]
end
+ # opts.on("-r", "--remote", "pandoc or pdflatex (dyn)task performed remotely") do
+ # Settings["cfg_dyn.remote_dyntask"] = true
+ # end
+
opts.on('-D','--debug','debug mode') do
Settings['cfg_dyn.debug']=true
end
opts.on("-p", "--pandoc ", "filter for pandoc (tex2docx,...)") do |f|