|
165 | 165 | ->addOption('remove-retention-policy', null, InputOption::VALUE_NONE, 'Remove the retention policy') |
166 | 166 | ->addOption('lock-retention-policy', null, InputOption::VALUE_NONE, 'Lock the retention policy') |
167 | 167 | ->addOption('get-retention-policy', null, InputOption::VALUE_NONE, 'Gets the retention policy') |
168 | | - ->addOption('set-event-based-hold', null, InputOption::VALUE_NONE, 'Set an event based hold') |
169 | | - ->addOption('release-event-based-hold', null, InputOption::VALUE_NONE, 'Release an event based hold') |
170 | | - ->addOption('enable-default-event-based-hold', null, InputOption::VALUE_NONE, 'Enable default event based hold') |
171 | | - ->addOption('disable-default-event-based-hold', null, InputOption::VALUE_NONE, 'Disable default event based hold') |
172 | | - ->addOption('get-default-event-based-hold', null, InputOption::VALUE_NONE, 'Gets default event based hold') |
| 168 | + ->addOption('set-event-based-hold', null, InputOption::VALUE_NONE, 'Set an event-based hold') |
| 169 | + ->addOption('release-event-based-hold', null, InputOption::VALUE_NONE, 'Release an event-based hold') |
| 170 | + ->addOption('enable-default-event-based-hold', null, InputOption::VALUE_NONE, 'Enable default event-based hold') |
| 171 | + ->addOption('disable-default-event-based-hold', null, InputOption::VALUE_NONE, 'Disable default event-based hold') |
| 172 | + ->addOption('get-default-event-based-hold', null, InputOption::VALUE_NONE, 'Gets default event-based hold') |
173 | 173 | ->addOption('set-temporary-hold', null, InputOption::VALUE_NONE, 'Set a temporary hold') |
174 | 174 | ->addOption('release-temporary-hold', null, InputOption::VALUE_NONE, 'Release a temporary hold') |
175 | 175 | ->setCode(function ($input, $output) { |
|
0 commit comments