Desired Behavior
Instead of looking at the diff output for expect-tests in the terminal, I'd like to run my own diff program to see the change in the files before promoting. In order to do this, I'd need a dune command to fetch the full contents of the "corrected" file.
Example
$ dune get-corrected ./src/foo.ml
<corrected file output here>