Sha256: 59f029be967d90411018f1afbcc97596dbe53921d3283508b8320e75c252f0e0

Contents?: true

Size: 555 Bytes

Versions: 4

Compression:

Stored size: 555 Bytes

Contents

# frozen_string_literal: true
# This file was auto-generated by lib/tasks/web.rake

module Slack
  module Cli
    class App
      desc 'TeamPreferences methods.'
      command 'team_preferences' do |g|
        g.desc "Retrieve a list of a workspace's team preferences."
        g.long_desc %( Retrieve a list of a workspace's team preferences. )
        g.command 'list' do |c|
          c.action do |_global_options, options, _args|
            puts JSON.dump(@client.team_preferences_list(options))
          end
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
slack-ruby-client-2.4.0 bin/commands/team_preferences.rb
slack-ruby-client-2.3.0 bin/commands/team_preferences.rb
slack-ruby-client-2.2.0 bin/commands/team_preferences.rb
slack-ruby-client-2.1.0 bin/commands/team_preferences.rb