garzj / google-photos-migrate

A tool to fix EXIF data and recover filenames from a Google Photos takeout, preserving albums within the directory structure.
https://npmjs.com/package/google-photos-migrate
MIT License
104 stars 11 forks source link

Added timeout to README #2

Closed wary-hermit closed 1 year ago

wary-hermit commented 1 year ago

Recently added timeout parameter is mandatory, otherwise error occurs

$ node ./build/cli.js ../Google/Takeout2/ output error
error: found 1 error

  1. No value provided for --timeout

hint: for more information, try 'google-photos-migrate --help'
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

So added it to README.

garzj commented 1 year ago

Thank you for the heads up! I made the argument optional again, but sure, why not add it to the README