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

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->_projectPath = getcwd();
        $this->setName("vm:status");
        $this->setDescription("Get the status of your development machine");
    }