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

Function showHelp

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

Source from the content-addressed store, hash-verified

32});
33
34function showHelp() {
35 console.log('Available commands:');
36 console.log('- hget <prefix> <suffix> <field>');
37 console.log('- hset <prefix> <suffix> <field> <value>');
38 console.log('- delete-user <userId>');
39 console.log('- hash-email <email>');
40 console.log('- send-sendgrid-test-mail <from> <to>');
41 console.log('- send-brevo-test-mail <from> <to>');
42 console.log('- send-mailjet-test-mail <from> <to>');
43 console.log('Enter your commands:');
44}
45
46async function handleCommand(command: string) {
47 const [commandName, ...args] = command.split(' ');

Callers 2

handleCommandFunction · 0.85
index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected