Overrides Command::execute
protected function execute(InputInterface $input, OutputInterface $output) : int { $handler = new Handler($this->requireComposer(), $this->getIO()); $handler->scaffold(); return 0; }