Class: Kettle::Family::CLI::AddChangelog
- Inherits:
-
BaseCommand
- Object
- CommandKit::Command
- BaseCommand
- Kettle::Family::CLI::AddChangelog
- Includes:
- ExecutionOptions
- Defined in:
- lib/kettle/family/cli.rb
Instance Method Summary collapse
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(*args) ⇒ Object
383 384 385 386 |
# File 'lib/kettle/family/cli.rb', line 383 def run(*args) unexpected_arguments!(args) run_family("add-changelog", changelog_section: [:section], changelog_entry: [:entry]) end |