lib/nanoc/cli/commands/compile.rb in nanoc-4.7.9 vs lib/nanoc/cli/commands/compile.rb in nanoc-4.7.10

- old
+ new

@@ -1,8 +1,10 @@ +# frozen_string_literal: true + usage 'compile [options]' summary 'compile items of this site' -description <<-EOS -Compile all items of the current site. +description <<~EOS + Compile all items of the current site. EOS flag nil, :profile, 'profile compilation' if Nanoc::Feature.enabled?(Nanoc::Feature::PROFILER) flag nil, :diff, 'generate diff' require_relative 'compile_listeners/abstract'