Class: Complete

Inherits:
Command show all
Includes:
BashCompletion
Defined in:
lib/get/subcommand/complete/complete.rb

Overview

Class length is disabled as most of its length is given by formatting. rubocop:disable Metrics/ClassLength Subcommand, prints the bash completion script.

Instance Attribute Summary

Attributes inherited from Command

#action, #description

Class Method Summary collapse

Methods included from BashCompletion

#bash_completion

Class Method Details

.commandObject



30
31
32
33
# File 'lib/get/subcommand/complete/complete.rb', line 30

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