Sha256: 7e56dd1abbcc4939c1737d2978f97ce9c3d8101e0b5034880e2c3c76f229a155

Contents?: true

Size: 659 Bytes

Versions: 4

Compression:

Stored size: 659 Bytes

Contents

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

module Slack
  module Cli
    class App
      desc 'UsersDiscoverablecontacts methods.'
      command 'users_discoverableContacts' do |g|
        g.desc 'Look up an email address to see if someone is discoverable on Slack'
        g.long_desc %( Look up an email address to see if someone is discoverable on Slack )
        g.command 'lookup' do |c|
          c.flag 'email', desc: '.'
          c.action do |_global_options, options, _args|
            puts JSON.dump(@client.users_discoverableContacts_lookup(options))
          end
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
slack-ruby-client-2.5.2 bin/commands/users_discoverableContacts.rb
slack-ruby-client-2.5.1 bin/commands/users_discoverableContacts.rb
slack-ruby-client-2.5.0 bin/commands/users_discoverableContacts.rb
slack-ruby-client-2.4.0 bin/commands/users_discoverableContacts.rb