Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 14903801 authored by Akhil's avatar Akhil
Browse files

VALUE_REQUIRED not optional

parent 79e3fd53
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -30,21 +30,21 @@ class MigrateWebmailAddressbooks extends Command {
			->addOption(
				'users',
				null,
				InputOption::VALUE_OPTIONAL,
				InputOption::VALUE_REQUIRED,
				'comma separated list of users',
				''
			)
			->addOption(
				'limit',
				null,
				InputOption::VALUE_OPTIONAL,
				InputOption::VALUE_REQUIRED,
				'Limit of users to migrate',
				0
			)
			->addOption(
				'offset',
				null,
				InputOption::VALUE_OPTIONAL,
				InputOption::VALUE_REQUIRED,
				'Offset',
				0
			);