SensioLabs\Deptrac\Command\SelfUpdateCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('self-update')->setAliases(array('selfupdate'))->setDescription('Updates deptrac.phar to the latest version.');
    }