# File lib/rhc/commands/threaddump.rb, line 8
    def run(app)
      rest_domain = rest_client.find_domain(options.namespace)
      rest_app = rest_domain.find_application(app)
      rest_app.threaddump.messages.each { |m| say m }

      0
    end