Class: Kettle::Family::CLI::BumpVersion
- Inherits:
-
Bump
- Object
- CommandKit::Command
- BaseCommand
- Bump
- Kettle::Family::CLI::BumpVersion
- Defined in:
- lib/kettle/family/cli.rb
Instance Method Summary collapse
Methods included from CommitOptions
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(target_version = nil) ⇒ Object
420 421 422 423 |
# File 'lib/kettle/family/cli.rb', line 420 def run(target_version = nil) stderr.puts("kettle-family: bump-version is deprecated; use bump instead.") super end |