As the official docs, it doesn't mention about this a lot.
App\Console\Commands\PullUsersCommand.php
has a signature like:
protected $signature = 'pull:users {startTime} {endTime} {minutes=10} {--flag} {--star=}';
So, how to pass the parameters to it in App\Console\Kernel.php