MCPcopy Create free account
hub / github.com/breck7/scroll / cloneCommand

Method cloneCommand

clone.js:71–75  ·  view source on GitHub ↗
(cwd, urls)

Source from the content-addressed store, hash-verified

69 }
70
71 async cloneCommand(cwd, urls) {
72 for (const gitUrl of urls) {
73 await this.clone(cwd, gitUrl)
74 }
75 }
76}
77
78if (module && !module.parent) new CloneCli().cloneCommand(process.cwd(), parseArgs(process.argv.slice(2))._)

Callers 1

clone.jsFile · 0.80

Calls 1

cloneMethod · 0.95

Tested by

no test coverage detected