Module: CLAide::InformativeError

Included in:
Help
Defined in:
lib/claide/informative_error.rb

Overview

Including this module into an exception class will ensure that when raised, while running Command.run, only the message of the exception will be shown to the user. Unless disabled with the --verbose flag.

In addition, the message will be colored red, if Command.ansi_output is set to true.

Instance Attribute Summary collapse

Instance Attribute Details

#exit_statusObject



17
18
19
# File 'lib/claide/informative_error.rb', line 17

def exit_status
  @exit_status ||= 1
end