This commit is contained in:
bootstraponline
2012-11-11 14:40:47 -07:00
parent f699b82a9f
commit 470a7b8f52
4 changed files with 12 additions and 1 deletions
+3
View File
@@ -80,6 +80,9 @@ opts = OptionParser.new do |opts|
opts.on("--collapse-tree", "Collapse file view tree. By default, expanded tree is shown.") do
wiki_options[:collapse_tree] = true
end
opts.on("--h1-title", "Sets page title to value of first h1") do
wiki_options[:h1_title] = true
end
end
# Read command line options into `options` hash