class Guard::CLI

def notifiers

Other tags:
    See: Guard::DslDescriber.notifiers -
def notifiers
  Cli::Environments::EvaluateOnly.new(options).evaluate
  # TODO: pass the data directly to the notifiers?
  DslDescriber.new.notifiers
end