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

Function TestMvCommandSupportsStructuredOutput

cmd/mv_test.go:408–412  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

406}
407
408func TestMvCommandSupportsStructuredOutput(t *testing.T) {
409 if !commandSupportsStructuredOutput(mvCmd) {
410 t.Fatal("mv should support structured output")
411 }
412}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected