Magestead\Command\UpdateCommand::configure PHP Method

configure() public method

Configure the command and description
public configure ( )
    public function configure()
    {
        $this->projectPath = getcwd();
        $this->setName("self-update");
        $this->setDescription("Check for new updates for Magestead CLI");
    }