Versions in this module Expand all Collapse all v0 v0.0.5 Feb 5, 2021 v0.0.4 Feb 4, 2021 Changes in this version + const LowestVerbose + const VerboseDebug + const VerboseError + const VerboseInfo + const VerboseSilent + var ErrNotFound = errors.Err(exitcode.VariableNotFound, "variable not found") + func UseContrib() (contrib.Contrib, error) + func UseGitter() (gitter.Gitter, error) + func UseVerbose() int + func UseVerboseDebug() bool + func UseVerboseError() bool + func UseVerboseInfo() bool + func UseVerboseSilent() bool + func WithContrib(c contrib.Contrib) + func WithGitter(git gitter.Gitter) + func WithVerbose(v constants.Verbose)