Sha256: 1b555e83ebb3eba0f3311bc3169261e67f47392616c3bfc7be69381e405fdf6f

Contents?: true

Size: 421 Bytes

Versions: 4

Compression:

Stored size: 421 Bytes

Contents

# frozen_string_literal: true
# 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

4 entries across 4 versions & 1 rubygems

Version Path
slack-ruby-client-0.15.1 bin/commands/bots.rb
slack-ruby-client-0.15.0 bin/commands/bots.rb
slack-ruby-client-0.14.6 bin/commands/bots.rb
slack-ruby-client-0.14.5 bin/commands/bots.rb