Class: Nanoc::CLI::Commands::ValidateHTML

Inherits:
Nanoc::CLI::CommandRunner show all
Defined in:
lib/nanoc/cli/commands/validate-html.rb

Instance Method Summary (collapse)

Methods inherited from Nanoc::CLI::CommandRunner

#call, call, #debug?, #is_in_site_dir?, #load_site, #require_site, #site

Instance Method Details

- (Object) run



15
16
17
18
# File 'lib/nanoc/cli/commands/validate-html.rb', line 15

def run
  warn 'The `validate-html` command is deprecated. Please use the new `check` command instead.'
  Nanoc::CLI.run %w( check html )
end