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