Add --user-icons option: none, gravatar, and identicon.

This commit is contained in:
Daniel Kimsey
2012-11-07 17:17:49 -05:00
parent c8f684895c
commit ee8ec78da7
15 changed files with 209 additions and 6 deletions
+4
View File
@@ -73,6 +73,10 @@ opts = OptionParser.new do |opts|
wiki_options[:mathjax] = true
end
opts.on("--user-icons [SOURCE]", "Set the history user icons. Valid values: gravatar, identicon, none. Default: none.") do
wiki_options[:user_icons] = source
end
opts.on("--show-all", "Shows all files in file view. By default only valid pages are shown.") do
wiki_options[:show_all] = true
end