lib/index_html/cli.rb in index_html-0.2.3 vs lib/index_html/cli.rb in index_html-0.2.4

- old
+ new

@@ -1,7 +1,4 @@ -require "thor" -require "agile_utils" -require_relative "../index_html" module IndexHtml class CLI < Thor # rubocop:disable AmbiguousOperator, LineLength desc "generate", "Generate the index.html base on simple criteria" # Common shared options