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

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->_projectPath = getcwd();
        $this->setName("vm:ssh");
        $this->setDescription("Login to your development machine with SSH");
    }