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

Function createProgram

apps/cli/src/commands/config.test.ts:46–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 });
45
46 function createProgram() {
47 const program = new Command();
48 program.exitOverride();
49 registerConfigCommand(program);
50 return program;
51 }
52
53 describe('whoami', () => {
54 it('should display user info', async () => {

Callers 1

config.test.tsFile · 0.70

Calls 1

registerConfigCommandFunction · 0.90

Tested by

no test coverage detected