class Guard::CLI

def list

Other tags:
    See: Guard::DslDescriber.list -
def list
  Cli::Environments::EvaluateOnly.new(options).evaluate
  DslDescriber.new.list
end