
When plugin is executed with a DEL command, it does not print result to stdout unless there is an error. Therefore it stdout bytes should not be passed to json.Unmarshal.
When plugin is executed with a DEL command, it does not print result to stdout unless there is an error. Therefore it stdout bytes should not be passed to json.Unmarshal.