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

Function CommandManifestAuthModes

cmd/help_json.go:484–486  ·  view source on GitHub ↗

CommandManifestAuthModes returns the auth modes published in JSON help.

(cmd *cobra.Command)

Source from the content-addressed store, hash-verified

482
483// CommandManifestAuthModes returns the auth modes published in JSON help.
484func CommandManifestAuthModes(cmd *cobra.Command) []string {
485 return commandManifestAuthModes(cmd)
486}
487
488func setCommandAnnotationList(cmd *cobra.Command, key string, values []string) {
489 if cmd.Annotations == nil {

Callers

nothing calls this directly

Calls 1

commandManifestAuthModesFunction · 0.85

Tested by

no test coverage detected