We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a3c3a commit c3a2dafCopy full SHA for c3a2daf
commands/evar/add.go
@@ -61,6 +61,8 @@ func parseEvars(args []string) map[string]string {
61
if len(parts) == 2 {
62
63
evars[strings.ToUpper(parts[0])] = parts[1]
64
+ } else {
65
+ fmt.Printf("invalid field option (%s)\n", pair)
66
}
67
68
0 commit comments