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

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->_projectPath = getcwd();
        $this->setName("cache:status");
        $this->setDescription("Checks cache status");
    }