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
commandRef=fmt.Sprintf(" with key '%s'", customCommand.Key)
113
+
customCommand.After!=nil {
114
+
commandRef:=""
115
+
iflen(customCommand.Key) >0 {
116
+
commandRef=fmt.Sprintf(" with key '%s'", customCommand.Key)
117
+
}
118
+
returnfmt.Errorf("Error with custom command%s: it is not allowed to use both commandMenu and any of the other fields except key and description.", commandRef)
returnfmt.Errorf("Error with custom command%s: it is not allowed to use both commandMenu and any of the other fields except key and description.", commandRef)
0 commit comments