bin/commands/search.rb in slack-ruby-client-0.7.5 vs bin/commands/search.rb in slack-ruby-client-0.7.6

- old
+ new

@@ -1,10 +1,10 @@ # This file was auto-generated by lib/tasks/web.rake desc "Search your team's files and messages." command 'search' do |g| - g.desc 'This method allows to to search both messages and files in a single call.' - g.long_desc %( This method allows to to search both messages and files in a single call. ) + g.desc 'This method allows users and applications to search both messages and files in a single call.' + g.long_desc %( This method allows users and applications to search both messages and files in a single call. ) g.command 'all' do |c| c.flag 'query', desc: 'Search query. May contains booleans, etc.' c.flag 'sort', desc: 'Return matches sorted by either score or timestamp.' c.flag 'sort_dir', desc: 'Change sort direction to ascending (asc) or descending (desc).' c.flag 'highlight', desc: 'Pass a value of 1 to enable query highlight markers (see below).'