Class: Kettle::Family::CLI::ReleaseState
- Inherits:
-
BaseCommand
- Object
- CommandKit::Command
- BaseCommand
- Kettle::Family::CLI::ReleaseState
- Includes:
- ParallelOptions
- Defined in:
- lib/kettle/family/cli.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods included from ParallelOptions
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(*args) ⇒ Object
294 295 296 297 |
# File 'lib/kettle/family/cli.rb', line 294 def run(*args) unexpected_arguments!(args) run_family("release-state") end |