lib/index_html/cli.rb in index_html-0.2.1 vs lib/index_html/cli.rb in index_html-0.2.2

- old
+ new

@@ -1,11 +1,9 @@ require "thor" require "agile_utils" require_relative "../index_html" module IndexHtml class CLI < Thor - using AgileUtils::HashExt - # rubocop:disable AmbiguousOperator, LineLength desc "generate", "Generate the index.html base on simple criteria" # Common shared options method_option *AgileUtils::Options::BASE_DIR method_option *AgileUtils::Options::EXTS