# This file was auto-generated by lib/slack/web/api/tasks/generate.rake desc 'Api methods.' command 'api' do |g| g.desc 'This method helps you test your calling code.' g.long_desc %( This method helps you test your calling code. ) g.command 'test' do |c| c.flag 'error', desc: 'Error response to return.' c.flag 'foo', desc: 'example property to return.' c.action do |_global_options, options, _args| puts JSON.dump($client.api_test(options)) end end end