Class: Kettle::Family::CLI::Bup
- Inherits:
-
WorkflowCommand
- Object
- CommandKit::Command
- BaseCommand
- WorkflowCommand
- Kettle::Family::CLI::Bup
- Defined in:
- lib/kettle/family/cli.rb
Instance Method Summary collapse
Methods included from CommitOptions
Methods included from WorkflowOptions
Methods included from ExecutionOptions
Methods inherited from BaseCommand
Methods included from SelectionOptions
Methods included from SharedOptions
Methods included from ReturningMain
Constructor Details
This class inherits a constructor from Kettle::Family::CLI::BaseCommand
Instance Method Details
#run(*bup_args) ⇒ Object
330 331 332 |
# File 'lib/kettle/family/cli.rb', line 330 def run(*bup_args) run_family("bup", bup_args: bup_args) end |