MCPcopy Create free account
hub / github.com/chhoumann/quickadd / registerCli

Method registerCli

src/main.ts:315–317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

313 await migrate(this);
314
315 const registerCli = () => {
316 registerQuickAddCliHandlers(this);
317 };
318
319 if (this.app.workspace.layoutReady) {
320 registerCli();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected