This commit is contained in:
2017-05-15 16:35:16 +02:00
parent e541159019
commit d1e7448b40
5 changed files with 14 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ export declare let yarnAvailable: plugins.q.Deferred<boolean>;
* @param commandArg - The command to execute
* @param retryArg - The retryArg: 0 to any positive number will retry, -1 will always succeed, -2 will return undefined
*/
export declare let bash: (commandArg: string, retryArg?: number, bareArg?: boolean) => Promise<string>;
export declare let bash: (commandArg: string, retryArg?: number) => Promise<string>;
/**
* bashNoError allows executing stuff without throwing an error
*/