We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52aa402 commit 7724bffCopy full SHA for 7724bff
src/Wrep/Daemonizable/Command/EndlessCommand.php
@@ -46,6 +46,7 @@ public function __construct(?string $name = null)
46
$this->addOption('run-once', null, InputOption::VALUE_NONE,
47
'Run the command just once, do not go into an endless loop');
48
$this->addOption('detect-leaks', null, InputOption::VALUE_NONE, 'Output information about memory usage');
49
+ $this->setCode($this->runloop(...));
50
}
51
52
public function __invoke(InputInterface $input, OutputInterface $output): int
0 commit comments