2019-12-18 19:11:38 +01:00
|
|
|
export function exec(cmd: string,
|
|
|
|
options?: ((error?: Error, stdout?: string | Buffer, stderr?: string | Buffer) => void)
|
|
|
|
| { name?: string, icns?: string, env?: { [key: string]: string } },
|
2019-12-18 19:16:05 +01:00
|
|
|
callback?: (error?: Error, stdout?: string | Buffer, stderr?: string | Buffer) => void): void;
|