Class: Kettle::Family::CLI::WorkflowCommand

Inherits:
BaseCommand
  • Object
show all
Includes:
CommitOptions, ExecutionOptions, WorkflowOptions
Defined in:
lib/kettle/family/cli.rb

Direct Known Subclasses

Bex, Bup, Bupb, Check, Docs, GhaShaPins, Lint, Pull, Push, Template, Test, Up

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(*args) ⇒ Object



258
259
260
261
# File 'lib/kettle/family/cli.rb', line 258

def run(*args)
  unexpected_arguments!(args)
  run_family(self.class.command_name)
end