Feature: #79263 - Scheduler CLI available as Symfony Command
See forge#79263
Description
Calling the scheduler to process a task is now callable via CLI through typo3/ and
typo3/.
The following aliases for the scheduler options are now available:
- --or- task=13 - --as synonym to- task 13 - -i 13to run a specific task
- --as synonym to- force - -fto force to run a specific task in combination with- --or- task - -i
- --as synonym to- stop - -sto stop a specific task in combination with- --or- task - -i