Quality of life. Removing a lot of requirements etc
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user