Class: EY::Thor
- Includes:
- UtilityMethods
- Defined in:
- lib/engineyard/thor.rb
Overview
UtilityMethods
Direct Known Subclasses
Constant Summary
Constants inherited from Thor
Thor::HELP_MAPPINGS, Thor::THOR_RESERVED_WORDS, 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?, default_task, desc, help, #help, long_desc, map, method_option, method_options, printable_tasks, register, subcommand, subcommands, task_help
Methods included from Thor::Base
included, #initialize, register_klass_file, shell, shell=, subclass_files, subclasses
Class Method Details
.exit_on_failure? ⇒ Boolean
194 195 196 |
# File 'lib/engineyard/thor.rb', line 194 def self.exit_on_failure? true end |