Class: Kettle::Family::CLI::State
- Inherits:
-
ReleaseState
- Object
- CommandKit::Command
- BaseCommand
- ReleaseState
- Kettle::Family::CLI::State
- Defined in:
- lib/kettle/family/cli.rb
Instance Method Summary collapse
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
263 264 265 266 |
# File 'lib/kettle/family/cli.rb', line 263 def run(*args) unexpected_arguments!(args) run_family("release-state") end |