Cilex\Command\DemoInfoCommand::configure PHP Method

configure() protected method

{@inheritDoc}
protected configure ( )
    protected function configure()
    {
        $this->setName('demo:info')->setDescription('Get Application Information');
    }
DemoInfoCommand