MCPcopy
hub / github.com/lobehub/lobehub / createProgram

Function createProgram

apps/cli/src/commands/botMessage.test.ts:54–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 });
53
54 function createProgram() {
55 const program = new Command();
56 program.exitOverride();
57 const bot = program.command('bot');
58 registerBotMessageCommands(bot);
59 return program;
60 }
61
62 it('passes a remote URL through as fetchUrl', async () => {
63 const program = createProgram();

Callers 1

botMessage.test.tsFile · 0.70

Calls 1

Tested by

no test coverage detected