JansenFelipe\OMR\Commands\ScanCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('scan')->setDescription('Scan a image file')->addArgument('imageJPG', InputArgument::REQUIRED, 'Image JPG path to be scanned')->addArgument('mapJSON', InputArgument::REQUIRED, 'Path JSON MAP file with the targets')->addOption('debug', null, InputOption::VALUE_NONE, 'Generate debug.jpg');
    }