MCPcopy
hub / github.com/spf13/cobra / CompErrorln

Function CompErrorln

completions.go:987–989  ·  view source on GitHub ↗

CompErrorln prints the specified completion message to stderr with a newline at the end.

(msg string)

Source from the content-addressed store, hash-verified

985
986// CompErrorln prints the specified completion message to stderr with a newline at the end.
987func CompErrorln(msg string) {
988 CompError(fmt.Sprintf("%s\n", msg))
989}
990
991// These values should not be changed: users will be using them explicitly.
992const (

Callers 1

initCompleteCmdMethod · 0.85

Calls 1

CompErrorFunction · 0.85

Tested by

no test coverage detected