Coupe command line tools are designed to massively rely on stdin and stdout. It is nice for piping results between commands however, it is really a mess to execute commands from a non shell environment (CMake, IDE, ...).
Adding flags to specify read/write streams is necessary for non shell use.
Coupe command line tools are designed to massively rely on
stdin
andstdout
. It is nice for piping results between commands however, it is really a mess to execute commands from a non shell environment (CMake, IDE, ...).Adding flags to specify read/write streams is necessary for non shell use.