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

Function expectedStructuredOutputCommands

cmd/json_contract_test.go:312–342  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

310}
311
312func expectedStructuredOutputCommands() []string {
313 return []string{
314 "account",
315 "cp",
316 "du",
317 "get",
318 "logout",
319 "ls",
320 "mkdir",
321 "mv",
322 "put",
323 "restore",
324 "revs",
325 "rm",
326 "search",
327 "share list folder",
328 "share list link",
329 "share-link create",
330 "share-link download",
331 "share-link info",
332 "share-link list",
333 "share-link revoke",
334 "share-link update",
335 "team add-member",
336 "team info",
337 "team list-groups",
338 "team list-members",
339 "team remove-member",
340 "version",
341 }
342}
343
344type jsonSuccessFixture struct {
345 file string

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected