Class Guard::CoollineInteractor
In: lib/guard/interactors/coolline.rb
Parent: ::Guard::Interactor

Interactor that uses coolline for getting the user input. This enables history support and auto-completion,

Methods

Included Modules

::Guard::CompletionHelper ::Guard::TerminalHelper

Public Class methods

Test if the Interactor is available in the current environment?

@param [Boolean] silent true if no error messages should be shown @return [Boolean] the availability status

Public Instance methods

The current interactor prompt

@return [String] the prompt to show

Read a line from stdin with Readline.

[Validate]