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