Quality of life. Removing a lot of requirements etc

This commit is contained in:
2025-02-28 13:57:22 +00:00
parent e074e00c43
commit 2070c11050
13 changed files with 25 additions and 2889 deletions

View File

@ -15,8 +15,9 @@ use Symfony\Component\Console\Style\SymfonyStyle;
name: 'show',
description: 'Show all backup entries.',
)]
class CommandShow extends Command
final class CommandShow extends Command
{
#[\Override]
protected function configure(): void
{
$this->addArgument(
@ -31,6 +32,7 @@ class CommandShow extends Command
* 2. For each configured backup print the details
* 3. Exit
*/
#[\Override]
protected function execute(InputInterface $input, OutputInterface $output): int
{
$sio = new SymfonyStyle($input, $output);