Add --directory flag
Opened this issue · 0 comments
vmbrasseur commented
#4 adds a --file flag for specifying the files to upload. This is a shortcut for that.
- Add a --directory flag (not repeatable). May be used in conjunction with --file
- Populate the files array by traversing this directory (recursively). All files in this directory will be added to the file array and will be uploaded
- Do a check to confirm the directory is readable
- Update documentation