Class: Changelog
- Defined in:
- lib/get/subcommand/changelog/changelog.rb
Overview
Class length is disabled as most of its length is given by formatting. rubocop:disable Metrics/ClassLength Subcommand, generates a changelog.
Instance Attribute Summary
Attributes inherited from Command
Class Method Summary collapse
Class Method Details
.command ⇒ Object
29 30 31 32 |
# File 'lib/get/subcommand/changelog/changelog.rb', line 29 def self.command @@command ||= new @@command end |