bin/kramdown in kramdown-0.6.0 vs bin/kramdown in kramdown-0.7.0
- old
+ new
@@ -34,13 +34,9 @@
opts.separator "Command line options:"
opts.separator ""
opts.on("-i", "--input ARG", "Specify the input format: kramdown (default)") {|v| options[:input] = v}
opts.on("-o", "--ouput ARG", "Specify the output format: html (default) or latex") {|v| format = v}
- opts.on("-f", "--format ARG", "DEPRACATED: Specify the output format: html (default) or latex") do |v|
- warn("DEPRECATED: This option will be removed in the next release, use --output instead")
- format = v
- end
opts.on("-v", "--version", "Show the version of kramdown") do
puts Kramdown::VERSION
exit
end