This example shows you the decorator based API that is useful for constructing
long and complicated command line calls, for example like what you might do with
docker run ...
All of the other functionality, like buffering & prefixing is still available by
passing a built *exec.Cmd object to the appropriate function like
goexec.RunBufferedCmd().