MCPcopy Index your code
hub / github.com/DeepNotesApp/DeepNotes / requestCommand

Function requestCommand

apps/manager/src/index.ts:291–302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289}
290
291function requestCommand() {
292 readlineInterface.question('', async (command) => {
293 if (command === 'exit') {
294 readlineInterface.close();
295 return;
296 }
297
298 await handleCommand(command);
299
300 requestCommand();
301 });
302}
303
304showHelp();
305

Callers 1

index.tsFile · 0.85

Calls 1

handleCommandFunction · 0.85

Tested by

no test coverage detected