Cilex\Command\GreetCommand::configure PHP Method

configure() protected method

{@inheritDoc}
protected configure ( )
    protected function configure()
    {
        $this->setName('demo:greet')->setDescription('Greet someone')->addArgument('name', InputArgument::OPTIONAL, 'Who do you want to greet?')->addOption('yell', 'y', InputOption::VALUE_NONE, 'If set, the task will yell in uppercase letters');
    }