Things to check first
Feature description
The use of CronTrigger.from_crontab() has been nice; however, it fails to be able to pass other arguments to the CronTrigger constructor like start_time and end_time, although the argument timezone is supported.
Use case
I would like to be able to use CronTrigger.from_crontab() while simultaneously passing start_time or end_time.
I could volunteer to implement that by just passing **kwargs.