#How can I disable the output from an "addSystemCommand" step?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I've tried to do _ = command.captureStdOut(); but unfortunately that brings a lot of problems (for some reason the command just doesn't get called or something?). Is there a recommended way to just ignore whatever the command outputs? I don't want it polluting the build output
i ended up looking up the quiet flag of the tool. afaik there is no good way of doing this right now but I might be wrong
sadge pants