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

Function setCommandDestructiveLevel

cmd/help_json.go:479–481  ·  view source on GitHub ↗
(cmd *cobra.Command, level string)

Source from the content-addressed store, hash-verified

477}
478
479func setCommandDestructiveLevel(cmd *cobra.Command, level string) {
480 setCommandAnnotationList(cmd, commandDestructiveLevelAnnotation, []string{level})
481}
482
483// CommandManifestAuthModes returns the auth modes published in JSON help.
484func CommandManifestAuthModes(cmd *cobra.Command) []string {

Callers 4

initFunction · 0.85
newJSONHelpTestRootFunction · 0.85
initFunction · 0.85
initFunction · 0.85

Calls 1

setCommandAnnotationListFunction · 0.85

Tested by 1

newJSONHelpTestRootFunction · 0.68