Fixed bad option flag
This commit is contained in:
@@ -31,8 +31,7 @@ class WorkerRunCommand extends BaseCommand
|
||||
$this->setName('worker:run')
|
||||
->setDescription('Run a worker loop')
|
||||
->setHelp('This command runs a the workers job loop. The worker will not return until SIGTERM is sent.')
|
||||
->addOption('debug', null, InputOption::VALUE_NONE, 'Output additional status messages.')
|
||||
->addOption('quiet', null, InputOption::VALUE_NONE, 'Suppress output messages.');
|
||||
->addOption('debug', null, InputOption::VALUE_NONE, 'Output additional status messages.');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user