CommandRegistry constructor

CommandRegistry(
  1. Logger logger
)

Implementation

CommandRegistry(this.logger) {
  _registerCoreCommands();
}