Class: Kettle::Family::CLI::Bex
- Inherits:
-
WorkflowCommand
- Object
- CommandKit::Command
- BaseCommand
- WorkflowCommand
- Kettle::Family::CLI::Bex
- 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(*bex_args) ⇒ Object
429 430 431 432 433 |
# File 'lib/kettle/family/cli.rb', line 429 def run(*bex_args) raise Error, "bex requires COMMAND [ARGS]" if bex_args.empty? run_family("bex", bex_args: bex_args) end |