Sha256: 8fa7b239219999aac2c9854fee75e459b7975238c743fc7466ee2b090620d1f1

Contents?: true

Size: 365 Bytes

Versions: 9

Compression:

Stored size: 365 Bytes

Contents

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

desc 'Emoji methods.'
command 'emoji' do |g|
  g.desc 'Lists custom emoji for a team.'
  g.long_desc %( Lists custom emoji for a team. )
  g.command 'list' do |c|
    c.action do |_global_options, options, _args|
      puts JSON.dump($client.emoji_list(options))
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
slack-ruby-client-2.0.0 bin/commands/emoji.rb
slack-ruby-client-1.1.0 bin/commands/emoji.rb
slack-ruby-client-1.0.0 bin/commands/emoji.rb
slack-ruby-client-0.17.0 bin/commands/emoji.rb
slack-ruby-client-0.16.0 bin/commands/emoji.rb
slack-ruby-client-0.15.1 bin/commands/emoji.rb
slack-ruby-client-0.15.0 bin/commands/emoji.rb
slack-ruby-client-0.14.6 bin/commands/emoji.rb
slack-ruby-client-0.14.5 bin/commands/emoji.rb