Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
if
(module && !module.parent)
new
CloneCli().cloneCommand(process.cwd(), parseArgs(process.argv.slice(2))._)
Callers
1
clone.js
File · 0.80
Calls
1
clone
Method · 0.95
Tested by
no test coverage detected