()
| 231 | } |
| 232 | } |
| 233 | getCommandHandlers(): Dictionary<CommandHandler> { |
| 234 | return this.handlers; |
| 235 | } |
| 236 | getCommands(): string[] { |
| 237 | return Object.keys(this.handlers).concat(Object.keys(this.aliasMap)); |
| 238 | } |
no outgoing calls
no test coverage detected