Spatie\Commands\ResolveCommand::configure PHP Method

configure() protected method

Configure the command options.
protected configure ( )
    protected function configure()
    {
        $this->setName('resolve')->setDescription('Download all intermediate certificates in the trust chain.')->addArgument('certificate', InputArgument::REQUIRED)->addArgument('outputFile', InputArgument::OPTIONAL);
    }