Method: Rustic::Application#run

Defined in:
lib/rustic/application.rb

#run(*argv) ⇒ Object



10
11
12
13
# File 'lib/rustic/application.rb', line 10

def run(*argv)
  command = argv.first || "backup"
  Rustic::Evaluator.new(command, @config).evaluate
end