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

Function setCommandAuthModes

cmd/help_json.go:475–477  ·  view source on GitHub ↗
(cmd *cobra.Command, modes ...string)

Source from the content-addressed store, hash-verified

473}
474
475func setCommandAuthModes(cmd *cobra.Command, modes ...string) {
476 setCommandAnnotationList(cmd, commandAuthModesAnnotation, modes)
477}
478
479func setCommandDestructiveLevel(cmd *cobra.Command, level string) {
480 setCommandAnnotationList(cmd, commandDestructiveLevelAnnotation, []string{level})

Calls 1

setCommandAnnotationListFunction · 0.85