Module Guard::CompletionHelper
In: lib/guard/interactors/helpers/completion.rb

Module for providing word completion to an interactor.

Methods

Constants

COMPLETION_ACTIONS = %w[help reload exit pause notification show]

Public Instance methods

Auto complete the given word.

@param [String] word the partial word @return [Array<String>] the matching words

Get the auto completion list.

@return [Array<String>] the list of words

[Validate]