setName('groupfolders:expire') ->setDescription('Trigger expiry of versions for files stored in Team folders'); parent::configure(); } protected function execute(InputInterface $input, OutputInterface $output): int { $output->writeln('Team folder version handling is only supported with F7cloud 15 and up'); return 0; } }