Class: Kettle::Family::CLI::Bup

Inherits:
WorkflowCommand show all
Defined in:
lib/kettle/family/cli.rb

Instance Method Summary collapse

Methods included from CommitOptions

included

Methods included from WorkflowOptions

included

Methods included from ExecutionOptions

included

Methods inherited from BaseCommand

#initialize

Methods included from SelectionOptions

included

Methods included from SharedOptions

included

Methods included from ReturningMain

#main

Constructor Details

This class inherits a constructor from Kettle::Family::CLI::BaseCommand

Instance Method Details

#run(*bup_args) ⇒ Object



315
316
317
# File 'lib/kettle/family/cli.rb', line 315

def run(*bup_args)
  run_family("bup", bup_args: bup_args)
end