Searched refs:cloneArguments (Results 1 – 1 of 1) sorted by relevance
53 const cloneArguments = this.cloneArguments(); constant54 this.logDebugInfo(`run git clone ${cloneArguments.join(' ')}`);55 await spawnAsync('git', ['clone', ...cloneArguments, this.url, workDirectory]);63 cloneArguments(): string[] {