M6Web\Bundle\PhpProcessManagerBundle\Command\HttpProcessCommand::configure PHP Method

configure() protected method

{@inheritDoc}
See also: Symfony\Component\Console\Command\Command::configure()
protected configure ( )
    protected function configure()
    {
        $this->setName('m6web:http-process')->setDescription("CLI process for modern Request-Response Symfony Applications")->addArgument('port', InputArgument::REQUIRED, 'HTTP Port')->addOption('host', null, InputOption::VALUE_OPTIONAL, 'HTTP Host', '127.0.0.1')->addOption('memory-max', null, InputOption::VALUE_OPTIONAL, 'Stop running command when given memory volume, in megabytes, is reached (exit 10)', 0)->addOption('check-interval', null, InputOption::VALUE_OPTIONAL, 'Interval used to check periodically the daemon - in seconds', 60);
    }