MCPcopy Create free account
hub / github.com/dropbox/dbxcli / flagValueErrorDetails

Function flagValueErrorDetails

cmd/output.go:191–196  ·  view source on GitHub ↗
(flag, value string)

Source from the content-addressed store, hash-verified

189}
190
191func flagValueErrorDetails(flag, value string) map[string]any {
192 return map[string]any{
193 "flag": flag,
194 "value": value,
195 }
196}
197
198func operationErrorDetails(operation string) map[string]any {
199 return map[string]any{"operation": operation}

Calls

no outgoing calls