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

Function init

cmd/rm.go:253–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251}
252
253func init() {
254 RootCmd.AddCommand(rmCmd)
255 enableStructuredOutput(rmCmd)
256 setCommandDestructiveLevel(rmCmd, destructiveLevelDelete)
257 rmCmd.Flags().BoolP("force", "f", false, "Allow removing non-empty folders; same as --recursive")
258 rmCmd.Flags().BoolP("recursive", "r", false, "Recursively remove folders")
259 rmCmd.Flags().Bool("permanent", false, "Permanently delete instead of moving to Dropbox trash")
260}

Callers

nothing calls this directly

Calls 2

enableStructuredOutputFunction · 0.85

Tested by

no test coverage detected