Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
func
usagef(format string, args ...any) error {
13
return
&ExitError{Code: 2, Err: fmt.Errorf(format, args...)}
14
}
Callers
15
buildRequest
Method · 0.85
buildSearchConsoleRequestFromSpec
Function · 0.85
parseSearchConsoleDate
Function · 0.85
normalizeSearchConsoleType
Function · 0.85
normalizeSearchConsoleAggregation
Function · 0.85
normalizeSearchConsoleDataState
Function · 0.85
normalizeSearchConsoleDimension
Function · 0.85
parseSearchConsoleFilter
Function · 0.85
normalizeSearchConsoleFilterOperator
Function · 0.85
Run
Method · 0.85
Run
Method · 0.85
resolveSheetsTable
Function · 0.85
Calls
1
Errorf
Method · 0.80
Tested by
no test coverage detected