We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50058df commit 0fd67d1Copy full SHA for 0fd67d1
cmd/meshexec/run.go
@@ -107,12 +107,7 @@ var runCmd = &cobra.Command{
107
}
108
109
110
- // Target evaluator integration pending – provide a placeholder message
111
- if logger != nil {
112
- logger.Info("Target evaluator integration not yet wired to CLI; proceeding with provided expression", map[string]interface{}{
113
- "target": runTarget,
114
- })
115
- }
+ // CLI performs basic target filtering below
116
117
// Create a message to represent what would be sent
118
mh := messages.NewMessageHandler()
0 commit comments