Centipede\Console\Command\Run::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('run')->setDefinition([new InputArgument('url', InputArgument::REQUIRED, 'Base url'), new InputArgument('depth', InputArgument::OPTIONAL, 'Depth', 1)])->setDescription('Runs specifications');
    }