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

Function setLsOutputJSON

cmd/ls_test.go:738–741  ·  view source on GitHub ↗
(t *testing.T, cmd *cobra.Command)

Source from the content-addressed store, hash-verified

736}
737
738func setLsOutputJSON(t *testing.T, cmd *cobra.Command) {
739 t.Helper()
740 setLsFlag(t, cmd, outputFlag, "json")
741}
742
743func setLsFlag(t *testing.T, cmd *cobra.Command, name, value string) {
744 t.Helper()

Calls 1

setLsFlagFunction · 0.85

Tested by

no test coverage detected