Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// Writer is the output destination. Defaults to os.Stderr.
Writer io.Writer
// ProgramName is the prefix for messages. Defaults to "devlore".
ProgramName string
// Silent suppresses all output when true.
Silent bool
// Color enables ANSI color codes. Defaults to true.
Color bool
}
Provider provides user-facing terminal messaging.
Click to show internal directories.
Click to hide internal directories.