50 51 52 53
# File 'lib/ey_backup.rb', line 50 def self.run(argv = ARGV) options = CLI.run(argv) Runner.new(options).run end