Cleanup
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2023-08-17 07:16:41 +00:00
parent 188a6ad9fa
commit e59e105394
5 changed files with 10 additions and 9 deletions

View File

@ -26,6 +26,11 @@ class CommandShow extends Command
);
}
/**
* 1. Read the configuration file.
* 2. For each configured backup print the details
* 3. Exit
*/
protected function execute(InputInterface $input, OutputInterface $output): int
{
$sio = new SymfonyStyle($input, $output);