CraftCli\Command\UpdateAssetIndexesCommand::getOptions PHP Method

getOptions() protected method

protected getOptions ( )
    protected function getOptions()
    {
        return array(array('delete-missing-files', 'd', InputOption::VALUE_NONE, 'Delete missing files?'), array('delete-missing-folders', 'f', InputOption::VALUE_NONE, 'Delete missing folders?'));
    }
UpdateAssetIndexesCommand