MCPcopy Create free account
hub / github.com/arctic-cli/interface / handler

Function handler

packages/arctic/src/cli/cmd/debug/config.ts:9–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 command: "config",
8 builder: (yargs) => yargs,
9 async handler() {
10 await bootstrap(process.cwd(), async () => {
11 const config = await Config.get()
12 process.stdout.write(JSON.stringify(config, null, 2) + EOL)
13 })
14 },
15})

Callers

nothing calls this directly

Calls 3

bootstrapFunction · 0.90
cwdMethod · 0.65
getMethod · 0.45

Tested by

no test coverage detected