lib/gzr/cli.rb in gazer-0.2.44 vs lib/gzr/cli.rb in gazer-0.2.46
- old
+ new
@@ -39,9 +39,11 @@
class_option :verify_ssl, type: :boolean, default: true, desc: 'Verify the SSL certificate of the host'
class_option :timeout, type: :numeric, default: 60, desc: 'Seconds to wait for a response from the server'
class_option :http_proxy, type: :string, desc: 'HTTP Proxy for connecting to Looker host'
class_option :force, type: :boolean, default: false, desc: 'Overwrite objects on server'
class_option :su, type: :string, desc: 'After connecting, change to user_id given'
+ class_option :width, type: :numeric, default: nil, desc: 'Width of rendering for tables'
+ class_option :persistent, type: :boolean, default: false, desc: 'Use persistent connection to communicate with host'
# Error raised by this runner
Error = Class.new(StandardError)