Class: Toys::Utils::CompletionEngine::Bash

Inherits:
Base
  • Object
show all
Defined in:
core-docs/toys/utils/completion_engine.rb

Overview

Defined in the toys-core gem

A completion engine for bash.

Instance Method Summary collapse

Methods inherited from Base

#run

Constructor Details

#initialize(cli) ⇒ Bash

Create a bash completion engine.

Parameters:



60
61
62
# File 'core-docs/toys/utils/completion_engine.rb', line 60

def initialize(cli)
  # Source available in the toys-core gem
end