Acacha\Llum\Console\ServiceCommand::configure PHP Method

configure() protected method

Configure the command options.
protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->addOption('output-file', 'o', InputOption::VALUE_REQUIRED, 'If set, config/services.php will not be changed and only shows result on standard output');
    }
ServiceCommand