Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ handler
Function
handler
packages/arctic/src/cli/cmd/debug/index.ts:24–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
.command({
23
command:
"wait"
,
24
async
handler() {
25
await
bootstrap(process.cwd(),
async
() => {
26
await
new
Promise((resolve) => setTimeout(resolve, 1_000 * 60 * 60 * 24))
27
})
28
},
29
})
30
.demandCommand(),
31
async
handler() {},
Callers
nothing calls this directly
Calls
3
bootstrap
Function · 0.90
cwd
Method · 0.65
log
Method · 0.45
Tested by
no test coverage detected