brettwooldridge/NuProcess

`NuProcessBuilder` should have `getCwd`

thraidh opened this issue · 1 comments

NuProcessBuilder has setCwd, but after it is set, it is not possible to retrieve that value anymore.
A use case would be to print the contents of the NuProcessBuilder for diagnostic reasons.
Therefore I propose to add a getCwd method to NuProcessBuilder.

@thraidh Pull requests welcome.