Sha256: 4662e9d8194a9848e6dbf3a02d474bca3bfe2dd235e6da24fe248c07c8ce1e6a

Contents?: true

Size: 666 Bytes

Versions: 14

Compression:

Stored size: 666 Bytes

Contents

#!/usr/bin/env ruby
=begin
= rd2html-ext-opt.rb
$Id: rd2html-ext-opt.rb,v 1.5 2003/10/30 12:12:33 rubikitch Exp rubikitch $
Copyright(c) 2003 Rubikitch
Licence: Ruby's License or GPL-2+
=end
require 'rd/rd2html-opt'

q = ARGV.options

q.on_tail("--ref-extension") do
  $Visitor.opt_ref_extension = true
end

q.on_tail("--headline-title") do
  $Visitor.opt_headline_title = true
end

q.on_tail("--headline-secno") do
  $Visitor.opt_headline_secno = true
end

q.on_tail("--enable-br") do
  $Visitor.opt_enable_br = true
end

q.on_tail("--native-inline") do
  $Visitor.opt_native_inline = true
end

q.on_tail("--head-element") do
  $Visitor.opt_head_element = true
end

Version data entries

14 entries across 13 versions & 2 rubygems

Version Path
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/rdtool-0.6.38/lib/rd/rd2html-ext-opt.rb
tdiary-5.0.8 vendor/bundle/gems/rdtool-0.6.38/lib/rd/rd2html-ext-opt.rb
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/rdtool-0.6.38/lib/rd/rd2html-ext-opt.rb
tdiary-5.0.5 vendor/bundle/gems/rdtool-0.6.38/lib/rd/rd2html-ext-opt.rb
tdiary-5.0.4 vendor/bundle/gems/rdtool-0.6.38/lib/rd/rd2html-ext-opt.rb
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/rdtool-0.6.38/lib/rd/rd2html-ext-opt.rb
tdiary-3.2.2.20130518 vendor/rdtool-0.6.38/lib/rd/rd2html-ext-opt.rb
tdiary-3.2.2.20130508 vendor/rdtool-0.6.38/lib/rd/rd2html-ext-opt.rb
tdiary-3.2.2.20130507 vendor/rdtool-0.6.38/lib/rd/rd2html-ext-opt.rb
rdtool-0.6.38 lib/rd/rd2html-ext-opt.rb
rdtool-0.6.37 lib/rd/rd2html-ext-opt.rb
rdtool-0.6.36 lib/rd/rd2html-ext-opt.rb
rdtool-0.6.35 lib/rd/rd2html-ext-opt.rb
rdtool-0.6.34 lib/rd/rd2html-ext-opt.rb