You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Waits for MarkFlagsOneRequired https://github.com/spf13/cobra/pull/1952
75
75
ifp.auth==""&& (p.username==""||p.token=="") {
76
-
p.Channels.Errors<-fmt.Errorf("exactly one of the flags in the group %v must be set; none were set", []string{paligoAuthFlag, paligoUsernameFlag, paligoTokenFlag})
76
+
p.Errors<-fmt.Errorf("exactly one of the flags in the group %v must be set; none were set", []string{paligoAuthFlag, paligoUsernameFlag, paligoTokenFlag})
0 commit comments