Class: Changelog

Inherits:
Command show all
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

#action, #description

Class Method Summary collapse

Class Method Details

.commandObject



29
30
31
32
# File 'lib/get/subcommand/changelog/changelog.rb', line 29

def self.command
  @@command ||= new
  @@command
end