vmbrasseur/iaupload

Add --file flag

vmbrasseur opened this issue · 1 comments

Right now the files to upload are hard coded in an array in the script.

  1. Add a --file flag (repeatable). Can be used in conjunction with the --directory flag ( #5 ).
  2. Populate the array from the value(s) in this flag(s)
  3. For each file in the array, check that it exists & is readable. Log an error (but do not exit) else.
  4. Update documentation.

Resolved by 221ccf3