Bkwld\Croppa\Commands\Purge::getOptions PHP Method

getOptions() protected method

Get the console command options
protected getOptions ( ) : array;
return array;
    protected function getOptions()
    {
        return [['filter', null, InputOption::VALUE_REQUIRED, 'A regex pattern that whitelists matching crop paths', null], ['dry-run', null, InputOption::VALUE_NONE, 'Only return the crops that would be deleted']];
    }