# File lib/pry/helpers/command_helpers.rb, line 47
      def command_error(message, omit_help, klass=CommandError)
        message += " Type `#{command_name} --help` for help." unless omit_help
        raise klass, message
      end