Sha256: f1867dc0e309567ea290a458d9efe7cb81fb067da3e81cf42a543e1d0226cb52
Contents?: true
Size: 391 Bytes
Versions: 9
Compression:
Stored size: 391 Bytes
Contents
# This file was auto-generated by lib/tasks/web.rake desc 'Bots methods.' command 'bots' do |g| g.desc 'Gets information about a bot user.' g.long_desc %( Gets information about a bot user. ) g.command 'info' do |c| c.flag 'bot', desc: 'Bot user to get info on.' c.action do |_global_options, options, _args| puts JSON.dump($client.bots_info(options)) end end end
Version data entries
9 entries across 9 versions & 1 rubygems