bin/commands/apps_connections.rb in slack-ruby-client-1.1.0 vs bin/commands/apps_connections.rb in slack-ruby-client-2.0.0

- old
+ new

@@ -1,11 +1,11 @@ # frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake desc 'AppsConnections methods.' command 'apps_connections' do |g| - g.desc 'Generate a temporary Socket Mode WebSocket URL that your app can connect to in order to receive events and interactive payloads over,' - g.long_desc %( Generate a temporary Socket Mode WebSocket URL that your app can connect to in order to receive events and interactive payloads over, ) + g.desc 'Generate a temporary Socket Mode WebSocket URL that your app can connect to in order to receive events and interactive payloads over.' + g.long_desc %( Generate a temporary Socket Mode WebSocket URL that your app can connect to in order to receive events and interactive payloads over. ) g.command 'open' do |c| c.action do |_global_options, options, _args| puts JSON.dump($client.apps_connections_open(options)) end end