Skip to content

Commit a74caa8

Browse files
fixed #16 removed end-date shortcut
1 parent 54afc7e commit a74caa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/ScheduleTaskCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected function configure()
3838
->addArgument('handler', InputArgument::REQUIRED)
3939
->addArgument('workload', InputArgument::OPTIONAL)
4040
->addOption('cron-expression', 'c', InputOption::VALUE_REQUIRED)
41-
->addOption('end-date', 'e', InputOption::VALUE_REQUIRED)
41+
->addOption('end-date', null, InputOption::VALUE_REQUIRED)
4242
->addOption('key', 'k', InputOption::VALUE_REQUIRED);
4343
}
4444

0 commit comments

Comments
 (0)