# File lib/rhc/commands/team.rb, line 51
    def show(_)
      team = find_team

      display_team(team, true)

      0
    end