()
| 73 | } |
| 74 | |
| 75 | function list() { |
| 76 | console.log('API Credentials:'); |
| 77 | for (const credential of apiManager.getCredentials()) |
| 78 | console.log(' ' + credential.name); |
| 79 | process.exit(0); |
| 80 | } |
| 81 | |
| 82 | async function enterConversation(credential) { |
| 83 | console.log('Start chatting with', credential.name + ':'); |
no test coverage detected