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

Function init

cmd/mkdir.go:178–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176}
177
178func init() {
179 RootCmd.AddCommand(mkdirCmd)
180 mkdirCmd.Flags().BoolP("parents", "p", false, "No error if existing, create parent directories as needed")
181 enableStructuredOutput(mkdirCmd)
182}

Callers

nothing calls this directly

Calls 1

enableStructuredOutputFunction · 0.85

Tested by

no test coverage detected