Sha256: d31908b4110848d85bfbfece794490903a139300590cb6db85b5a370d25911fd
Contents?: true
Size: 367 Bytes
Versions: 17
Compression:
Stored size: 367 Bytes
Contents
# This file was auto-generated by lib/tasks/web.rake desc 'Emoji methods.' command 'emoji' do |g| g.desc 'This method lists the custom emoji for a team.' g.long_desc %( This method lists the 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
17 entries across 17 versions & 1 rubygems