We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bb79b commit 7931223Copy full SHA for 7931223
commands/parse.go
@@ -158,7 +158,7 @@ func ParseAction(context *cli.Context) error {
158
}
159
json := <-msgReceiveChannel
160
color.Green("Server stopped")
161
- fmt.Printf("Received data %v\n", json)
+ color.Green("Received data from CHelper companion")
162
// first line contains a json string
163
lines := strings.Split(json, "\n")
164
task, err := extractTaskFromJson(lines[1])
0 commit comments