StartCommand constructor

StartCommand()

Implementation

StartCommand() {
  argParser.addFlag('force', abbr: 'f', negatable: false, help: 'Erase lib dir');
}