Class: I18nJS::CLI::CheckCommand

Inherits:
LintTranslationsCommand show all
Defined in:
lib/i18n-js/cli/check_command.rb

Instance Attribute Summary

Attributes inherited from Command

#argv, #ui

Instance Method Summary collapse

Methods inherited from Command

#call, command, command_name, description, #initialize, #options, parse

Constructor Details

This class inherits a constructor from I18nJS::CLI::Command

Instance Method Details

#commandObject



10
11
12
13
14
# File 'lib/i18n-js/cli/check_command.rb', line 10

def command
  ui.stderr_print "=> WARNING: `i18n check` has been deprecated in " \
                  "favor of `i18n lint:translations`"
  super
end