Example #1
0
    /**
     * {@inheritdoc}
     */
    protected function configure()
    {
        parent::configure();
        $this->setHelp($this->getHelp() . <<<EOF


Or all template files in a bundle:

<info>php %command.full_name% @AcmeDemoBundle</info>
EOF
);
    }