Acacha\Llum\Console\PackageCommand::configure PHP 메소드

configure() 보호된 메소드

Configure the command options.
protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->addOption('dev', 'd', InputOption::VALUE_NONE, 'If set, dev-master branch of package will be installed');
    }
PackageCommand