Class: Toys::Utils::CompletionEngine::Bash
- Defined in:
- lib/toys/utils/completion_engine.rb
Overview
A completion engine for bash.
Instance Method Summary collapse
-
#initialize(cli) ⇒ Bash
constructor
Create a bash completion engine.
Methods inherited from Base
Constructor Details
#initialize(cli) ⇒ Bash
Create a bash completion engine.
101 102 103 104 |
# File 'lib/toys/utils/completion_engine.rb', line 101 def initialize(cli) require "shellwords" super end |