Ecg\Magniffer\Command::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('mgf')->setDescription('Magniffer Code Inspection Tool')->addArgument('path', InputArgument::REQUIRED, 'Path to code')->addOption('patterns-dir', null, InputOption::VALUE_OPTIONAL, 'Path to patterns directory', __DIR__ . '/../' . 'patterns')->addOption('show-source', null, InputOption::VALUE_NONE, 'Show source code snippet in the report');
    }