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

Function TestSearchCommandSupportsStructuredOutput

cmd/search_test.go:382–386  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

380}
381
382func TestSearchCommandSupportsStructuredOutput(t *testing.T) {
383 if !commandSupportsStructuredOutput(searchCmd) {
384 t.Fatal("search command should support structured output")
385 }
386}
387
388func testSearchCmd() (*cobra.Command, *bytes.Buffer) {
389 var stdout bytes.Buffer

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected