Class: Complete
- 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
Class Method Summary collapse
Methods included from BashCompletion
Class Method Details
.command ⇒ Object
30 31 32 33 |
# File 'lib/get/subcommand/complete/complete.rb', line 30 def self.command @@command ||= new @@command end |