Magestead\Command\Cache\FlushCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->_projectPath = getcwd();
        $this->setName("cache:flush");
        $this->setDescription("Flushes cache storage used by cache types");
        $this->addArgument('type', InputArgument::OPTIONAL, '[cache code/type]');
    }