Class: DescribeDocker

Inherits:
Command show all
Defined in:
lib/get/subcommand/describe/docker/docker.rb

Overview

Class length is disabled as most of its length is given by formatting. rubocop:disable Metrics/ClassLength Subcommand, it manages the description of the current git repository using semantic version.

Instance Attribute Summary

Attributes inherited from Command

#action, #description

Class Method Summary collapse

Class Method Details

.commandObject



28
29
30
31
# File 'lib/get/subcommand/describe/docker/docker.rb', line 28

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