MCPcopy
hub / github.com/go-task/task / Warnf

Method Warnf

internal/logger/logger.go:185–187  ·  view source on GitHub ↗
(message string, args ...any)

Source from the content-addressed store, hash-verified

183}
184
185func (l *Logger) Warnf(message string, args ...any) {
186 l.Errf(Yellow, message, args...)
187}
188
189func (l *Logger) Prompt(color Color, prompt string, defaultValue string, continueValues ...string) error {
190 if l.AssumeYes {

Callers 1

runFunction · 0.95

Calls 1

ErrfMethod · 0.95

Tested by

no test coverage detected