lib/gitlab/cli.rb in gitlab-4.11.0 vs lib/gitlab/cli.rb in gitlab-4.12.0
- old
+ new
@@ -6,12 +6,9 @@
require_relative 'shell'
class Gitlab::CLI
extend Helpers
- # If set to true, JSON will be rendered as output
- @render_json = false
-
# Starts a new CLI session.
#
# @example
# Gitlab::CLI.start(['help'])
# Gitlab::CLI.start(['help', 'issues'])