Sha256: 4bb0e60680d2c462d434848866707f2b42bb6f064238e88bd892da60d14d00d5
Contents?: true
Size: 430 Bytes
Versions: 9
Compression:
Stored size: 430 Bytes
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake desc 'TeamProfile methods.' command 'team_profile' do |g| g.desc "Retrieve a team's profile." g.long_desc %( Retrieve a team's profile. ) g.command 'get' do |c| c.flag 'visibility', desc: 'Filter by visibility.' c.action do |_global_options, options, _args| puts JSON.dump($client.team_profile_get(options)) end end end
Version data entries
9 entries across 9 versions & 1 rubygems