mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
cwd in rsync
This commit is contained in:
4
types/rsync/index.d.ts
vendored
4
types/rsync/index.d.ts
vendored
@@ -48,7 +48,9 @@ interface Rsync {
|
||||
stdout: StreamDataHandler,
|
||||
stderr: StreamDataHandler
|
||||
): child_process.ChildProcess;
|
||||
|
||||
|
||||
// cwd
|
||||
cwd(cwd: string): string;
|
||||
|
||||
// option shorthands
|
||||
shell(shell: string): Rsync;
|
||||
|
||||
Reference in New Issue
Block a user