Altax\Command\Builtin\SelfUpdateCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('self-update')->setDescription('Updates altax to the latest version.');
    }
SelfUpdateCommand