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