Add --file flag
vmbrasseur opened this issue · 1 comments
vmbrasseur commented
Right now the files to upload are hard coded in an array in the script.
- Add a --file flag (repeatable). Can be used in conjunction with the --directory flag ( #5 ).
- Populate the array from the value(s) in this flag(s)
- For each file in the array, check that it exists & is readable. Log an error (but do not exit) else.
- Update documentation.
vmbrasseur commented
Resolved by 221ccf3