Class: Doing::Completion::BashCompletions
- Defined in:
- lib/doing/completion/bash_completion.rb
Overview
Generate completions for Bash
Instance Attribute Summary collapse
- 
  
    
      #commands  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute commands. 
- 
  
    
      #global_options  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute global_options. 
Instance Method Summary collapse
- #command_function(command, options, type) ⇒ Object
- #generate_completions ⇒ Object
- #get_words(type) ⇒ Object
- 
  
    
      #initialize  ⇒ BashCompletions 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of BashCompletions. 
- #main_function ⇒ Object
Constructor Details
#initialize ⇒ BashCompletions
Returns a new instance of BashCompletions.