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

Function newShareLinkInfoTestCommand

cmd/share_link_info_test.go:281–289  ·  view source on GitHub ↗
(stdout *bytes.Buffer)

Source from the content-addressed store, hash-verified

279}
280
281func newShareLinkInfoTestCommand(stdout *bytes.Buffer) *cobra.Command {
282 cmd := &cobra.Command{}
283 cmd.Flags().String("path", "", "")
284 addSharedLinkPasswordFlags(cmd)
285 if stdout != nil {
286 cmd.SetOut(stdout)
287 }
288 return cmd
289}

Calls 1

Tested by

no test coverage detected