bin/commands/rtm.rb in slack-ruby-client-0.17.0 vs bin/commands/rtm.rb in slack-ruby-client-1.0.0
- old
+ new
@@ -11,11 +11,11 @@
c.action do |_global_options, options, _args|
puts JSON.dump($client.rtm_connect(options))
end
end
- g.desc 'Starts a Real Time Messaging session.'
- g.long_desc %( Starts a Real Time Messaging session. )
+ g.desc 'Deprecated: Starts a Real Time Messaging session. Use rtm.connect instead.'
+ g.long_desc %( Deprecated: Starts a Real Time Messaging session. Use rtm.connect instead. )
g.command 'start' do |c|
c.flag 'batch_presence_aware', desc: 'Batch presence deliveries via subscription. Enabling changes the shape of presence_change events. See batch presence.'
c.flag 'include_locale', desc: 'Set this to true to receive the locale for users and channels. Defaults to false.'
c.flag 'mpim_aware', desc: 'Returns MPIMs to the client in the API response.'
c.flag 'no_latest', desc: 'Exclude latest timestamps for channels, groups, mpims, and ims. Automatically sets no_unreads to 1.'