cwd in rsync

This commit is contained in:
Joe Vanderstelt
2017-06-13 08:44:43 -04:00
parent a2415a9ba3
commit 8c4aadf113

View File

@@ -48,7 +48,9 @@ interface Rsync {
stdout: StreamDataHandler,
stderr: StreamDataHandler
): child_process.ChildProcess;
// cwd
cwd(cwd: string): string;
// option shorthands
shell(shell: string): Rsync;