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

Function init

cmd/share_link_revoke.go:167–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165}
166
167func init() {
168 shareLinkRevokeCmd.Flags().String("path", "", "Revoke direct shared links for a Dropbox path")
169 shareLinkCmd.AddCommand(shareLinkRevokeCmd)
170 enableStructuredOutput(shareLinkRevokeCmd)
171}

Callers

nothing calls this directly

Calls 1

enableStructuredOutputFunction · 0.85

Tested by

no test coverage detected