module Ognivo::CLIHelpers

Public Instance Methods

error_and_abort(error_text) click to toggle source
# File lib/ognivo/cli_helpers.rb, line 3
def error_and_abort(error_text)
  say_error(error_text)
  abort
end