brettwooldridge / NuProcess

Low-overhead, non-blocking I/O, external Process implementation for Java
Apache License 2.0
710 stars 84 forks source link

`NuProcessBuilder` should have `getCwd` #115

Open thraidh opened 4 years ago

thraidh commented 4 years ago

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.

brettwooldridge commented 4 years ago

@thraidh Pull requests welcome.