Dependecies for rclone

This commit is contained in:
2023-06-15 10:56:05 +00:00
parent 3efa791d5e
commit baf34236f0
4 changed files with 6 additions and 10 deletions

View File

@ -24,9 +24,8 @@ class CommandBackup extends Command
{
$this->addArgument(
'config',
InputArgument::OPTIONAL,
'Configuration file',
"config.yml"
InputArgument::REQUIRED,
'Configuration file'
);
}