remove bashBare

This commit is contained in:
2017-05-15 16:07:05 +02:00
parent 3505b2effc
commit b6c06e2b17
5 changed files with 37 additions and 54 deletions

View File

@@ -10,10 +10,6 @@ export declare let yarnAvailable: plugins.q.Deferred<boolean>;
* @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>;
/**
* bashBare allows usage of bash without sourcing any files like nvm
*/
export declare let bashBare: (commandArg: string, retryArg?: number) => Promise<string>;
/**
* bashNoError allows executing stuff without throwing an error
*/