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

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->_projectPath = getcwd();
        $this->setName("vm:suspend");
        $this->setDescription("Suspend your development machine");
    }
SuspendCommand