MCPcopy 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
124func 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

RunMethod · 0.85

Calls 2

ErrorMethod · 0.95
usageFunction · 0.85

Tested by

no test coverage detected