Magestead\Command\Index\InfoCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->_projectPath = getcwd();
        $this->setName("index:info");
        $this->setDescription("Show available indexes");
    }