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

Function init

cmd/cp.go:125–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123}
124
125func init() {
126 RootCmd.AddCommand(cpCmd)
127 enableStructuredOutput(cpCmd)
128 cpCmd.Flags().String("if-exists", relocationIfExistsFail, "What to do when the destination exists: fail or skip")
129}

Callers

nothing calls this directly

Calls 1

enableStructuredOutputFunction · 0.85

Tested by

no test coverage detected