lib/gzr/cli.rb in gazer-0.2.47 vs lib/gzr/cli.rb in gazer-0.2.48
- old
+ new
@@ -42,10 +42,9 @@
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)
desc 'version', 'gzr version'
def version