mjordan / iipqa

Command-line tool for applying Quality Assurance checks against Islandora import packages in preparation for importing them into Islandora.
GNU General Public License v3.0
3 stars 0 forks source link

Provide a way to run multiple post-iipqa scripts, and also with arguments #10

Closed mjordan closed 7 years ago

mjordan commented 7 years ago

Users may need to run multiple post-iipqa scripts, and they may also need to pass arguments into one ore more scripts. Maybe the following?

Now:

-p somescript.sh

With arguments:

-p "somescript.sh foo bar"

Multiple, using JSON array syntax:

-p ["myscript.php", "somescript.sh foo bar", "cleanup.py"]

mjordan commented 7 years ago

Closed with b5abc4c6154bf206271a44a07faac4f202a6d6e9.