Gumdrop\Commands\Generate::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('generate')->setDescription('Generate the web site')->addArgument('source', InputArgument::OPTIONAL)->addArgument('destination', InputArgument::OPTIONAL);
    }