lib/gooddata/cli/commands/console_cmd.rb in gooddata-0.6.18 vs lib/gooddata/cli/commands/console_cmd.rb in gooddata-0.6.19
- old
+ new
@@ -23,10 +23,10 @@
GoodData.with_project(proj, :client => client) do |project|
fail ArgumentError, 'Wrong project specified' if project.nil?
puts "Use 'exit' to quit the live session. Use 'q' to jump out of displaying a large output."
- binding.pry(:quiet => true,
+ binding.pry(:quiet => true, # rubocop:disable Lint/Debugger
:prompt => [proc do |_target_self, _nest_level, _pry|
'sdk_live_session: '
end])
end
client.disconnect