Class: EY::Thor

Inherits:
Thor
  • Object
show all
Includes:
UtilityMethods
Defined in:
lib/engineyard/thor.rb

Overview

UtilityMethods

Direct Known Subclasses

CLI, CLI::Recipes, CLI::Web

Constant Summary

Constants inherited from Thor

Thor::DynamicTask, Thor::HELP_MAPPINGS, Thor::HiddenTask, Thor::THOR_RESERVED_WORDS, Thor::UndefinedTaskError, Thor::VERSION

Instance Attribute Summary

Attributes included from Thor::Base

#args, #options, #parent_options

Class Method Summary collapse

Methods inherited from Thor

check_unknown_options!, check_unknown_options?, command_help, default_command, desc, #help, help, long_desc, map, method_option, method_options, package_name, printable_commands, register, stop_on_unknown_option!, stop_on_unknown_option?, subcommand, subcommands

Methods included from Thor::Base

included, #initialize, register_klass_file, shell, shell=, subclass_files, subclasses

Class Method Details

.exit_on_failure?Boolean

Returns:

  • (Boolean)


200
201
202
# File 'lib/engineyard/thor.rb', line 200

def self.exit_on_failure?
  true
end