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