Class: Doing::Completion::BashCompletions

Inherits:
Object
  • Object
show all
Defined in:
lib/doing/completion/bash_completion.rb

Overview

Generate completions for Bash

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeBashCompletions

Returns a new instance of BashCompletions.

Instance Attribute Details

#commandsObject

Returns the value of attribute commands.

#global_optionsObject

Returns the value of attribute global_options.

Instance Method Details

#command_function(command, options, type) ⇒ Object

#generate_completionsObject

#get_words(type) ⇒ Object

#main_functionObject