# File lib/rhc/commands/domain.rb, line 45
    def show
      domain = rest_client.domains.first

      display_domain(domain)

      0
    end