ServeCommand constructor

ServeCommand(
  1. Core core
)

Implementation

ServeCommand(this.core) {
  argParser.addOption('port', abbr: 'p');
}