MarcusBarnes / islandora_compound_batch

Provides the basic ability to batch import compound objects into Islandora.
GNU General Public License v3.0
3 stars 12 forks source link

Enhance drush option validation #20

Open mjordan opened 7 years ago

mjordan commented 7 years ago

We already perform validation on --parent but we should add validation on --target and other applicable options as well. The ones used introduced in https://github.com/Islandora/islandora_batch/pull/94 and https://github.com/Islandora/islandora_batch/pull/95 seem pretty good, so we could just port those over. There's no reason we couldn't also incorporate the change discussed in #19 into the same PR.