lib/index_html/cli.rb in index_html-0.0.6 vs lib/index_html/cli.rb in index_html-0.0.7

- old
+ new

@@ -9,10 +9,10 @@ shared_options method_option :prefix, aliases: "-p", desc: "Prefix string to the URL", - default: "" # empty string + default: "." method_option :indent, aliases: "-d", desc: "Indentation to each list item in the output", type: :numeric,