class Guard::CLI

def show

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