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

Function setRmOutputJSON

cmd/rm_test.go:61–67  ·  view source on GitHub ↗
(t *testing.T, cmd *cobra.Command)

Source from the content-addressed store, hash-verified

59}
60
61func setRmOutputJSON(t *testing.T, cmd *cobra.Command) {
62 t.Helper()
63
64 if err := cmd.Flags().Set(outputFlag, "json"); err != nil {
65 t.Fatal(err)
66 }
67}
68
69type removeOutput struct {
70 Input map[string]any `json:"input"`

Calls

no outgoing calls

Tested by

no test coverage detected