setDescription('Dump licenses for required libraries'); $this->addArgument('config-name', InputArgument::REQUIRED, 'Your config to be sorted, you can sort "lib", "source" and "ext".'); } public function execute(InputInterface $input, OutputInterface $output): int { $output->writeln('not implemented'); return 1; } }