func ReplaceHelmRepoDocs(cmd *cobra.Command) *cobra.Command {
    for i, c := range cmd.Commands() {
        switch c.Use {
        case "add [NAME] [URL]":
            cmd.Commands()[i].Annotations = map[string]string{