Go\Console\Command\CacheWarmupCommand::configure PHP Method

configure() protected method

{@inheritDoc}
protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName('cache:warmup:aop')->setDescription("Warm up the cache with woven aspects")->setHelp(<<<EOT
Initializes the kernel and, if successful, warm up the cache for PHP
files under the application directory.

By default, the cache directory is taken from configured AspectKernel class.
EOT
);
    }
CacheWarmupCommand