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

Function argumentErrorDetails

cmd/output.go:175–177  ·  view source on GitHub ↗
(argument string)

Source from the content-addressed store, hash-verified

173}
174
175func argumentErrorDetails(argument string) map[string]any {
176 return map[string]any{"argument": argument}
177}
178
179func argumentsErrorDetails(arguments ...string) map[string]any {
180 return map[string]any{"arguments": arguments}

Callers 15

accountFunction · 0.85
putStdinFunction · 0.85
mkdirFunction · 0.85
shareLinkUpdateFunction · 0.85
shareLinkRevokeFunction · 0.85
shareLinkDownloadFunction · 0.85
shareLinkInfoFunction · 0.85
searchFunction · 0.85
revsFunction · 0.85

Calls

no outgoing calls