lib/nanoc/cli/commands/validate-html.rb in nanoc-3.6.1 vs lib/nanoc/cli/commands/validate-html.rb in nanoc-3.6.2
- old
+ new
@@ -11,9 +11,10 @@
module Nanoc::CLI::Commands
class ValidateHTML < ::Nanoc::CLI::CommandRunner
def run
+ warn "The `validate-html` command is deprecated. Please use the new `check` command instead."
Nanoc::CLI.run %w( check html )
end
end