Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openclaw/gogcli
/ sheetsFormatInputError
Function
sheetsFormatInputError
internal/cmd/sheets_format.go:124–130 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
122
}
123
124
func
sheetsFormatInputError(err error) error {
125
var
validationErr sheetsformat.ValidationError
126
if
errors.As(err, &validationErr) {
127
return
usage(validationErr.Error())
128
}
129
return
err
130
}
Callers
1
Run
Method · 0.85
Calls
2
Error
Method · 0.95
usage
Function · 0.85
Tested by
no test coverage detected