Method: A2::Subcommand::Team::Get#execute
- Defined in:
- lib/a2/subcommands/team.rb
#execute(id) ⇒ Object
35 36 37 |
# File 'lib/a2/subcommands/team.rb', line 35 def execute(id) puts JSON.pretty_generate(A2::Client.new(command_parser.data).get_team(id)) end |