class Solargraph::Shell

def self.exit_on_failure?

Tell Thor to ensure the process exits with status 1 if any error happens.
def self.exit_on_failure?
  true
end