Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dropbox/dbxcli
/ init
Function
init
cmd/add-member.go:67–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
func
init() {
68
teamCmd.AddCommand(addMemberCmd)
69
enableStructuredOutput(addMemberCmd)
70
setCommandDestructiveLevel(addMemberCmd, destructiveLevelAdmin)
71
}
Callers
nothing calls this directly
Calls
2
enableStructuredOutput
Function · 0.85
setCommandDestructiveLevel
Function · 0.85
Tested by
no test coverage detected