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

Function init

cmd/share_link_info.go:185–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183}
184
185func init() {
186 shareLinkInfoCmd.Flags().String("path", "", "Display metadata for a path inside the shared link")
187 addSharedLinkPasswordFlags(shareLinkInfoCmd)
188 shareLinkCmd.AddCommand(shareLinkInfoCmd)
189 enableStructuredOutput(shareLinkInfoCmd)
190}

Callers

nothing calls this directly

Calls 2

enableStructuredOutputFunction · 0.85

Tested by

no test coverage detected