MCPcopy Create free account
hub / github.com/openclaw/gogcli / usagef

Function usagef

internal/cmd/usage.go:12–14  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

10}
11
12func usagef(format string, args ...any) error {
13 return &ExitError{Code: 2, Err: fmt.Errorf(format, args...)}
14}

Callers 15

buildRequestMethod · 0.85
parseSearchConsoleDateFunction · 0.85
parseSearchConsoleFilterFunction · 0.85
RunMethod · 0.85
RunMethod · 0.85
resolveSheetsTableFunction · 0.85

Calls 1

ErrorfMethod · 0.80

Tested by

no test coverage detected