MCPcopy Create free account
hub / github.com/alecthomas/devtodo2 / Fatalf

Function Fatalf

consoleview.go:89–92  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

87}
88
89func Fatalf(format string, args ...any) {
90 fmt.Fprintf(os.Stderr, "error: %s\n", fmt.Sprintf(format, args...))
91 os.Exit(1)
92}
93
94func printWrappedText(text string, width, subsequentIndent int) {
95 tokens := strings.Split(text, " ")

Callers 7

doShowInfoFunction · 0.92
processActionFunction · 0.92
resolveTaskReferenceFunction · 0.92
resolveTaskReferencesFunction · 0.92
saveTaskListFunction · 0.92
mainFunction · 0.92
importFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected