Clue\GraphComposer\Command\Show::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setName('show')->setDescription('Show dependency graph image for given project directory')->addArgument('dir', InputArgument::OPTIONAL, 'Path to project directory to scan', '.')->addOption('format', null, InputOption::VALUE_REQUIRED, 'Image format (svg, png, jpeg)', 'svg');
    }