Sha256: b1732a31a32e9ebc86f372f941bcb7859f6dc863534df66ad14ef0a5d84fa147

Contents?: true

Size: 489 Bytes

Versions: 8

Compression:

Stored size: 489 Bytes

Contents

# encoding: utf-8

usage       'validate-html [options]'
aliases     :validate_html, :vhtml
summary     'validate the site’s HTML'
be_hidden
description "
Validates the site’s HTML files.
"

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

end

runner Nanoc::CLI::Commands::ValidateHTML

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
nanoc-3.7.3 lib/nanoc/cli/commands/validate-html.rb
nanoc-3.7.2 lib/nanoc/cli/commands/validate-html.rb
nanoc-3.7.1 lib/nanoc/cli/commands/validate-html.rb
nanoc-3.7.0 lib/nanoc/cli/commands/validate-html.rb
nanoc-3.6.11 lib/nanoc/cli/commands/validate-html.rb
nanoc-3.6.10 lib/nanoc/cli/commands/validate-html.rb
nanoc-3.6.9 lib/nanoc/cli/commands/validate-html.rb
nanoc-3.6.8 lib/nanoc/cli/commands/validate-html.rb