It would be nice to have an silent mode.
Sometimes you come across needs where you always want to go with 'skip' option.
Like in my case, I am processing images, and each time I want to only process the image which does not exist in target/destination directory.
This is going to be run through a cron job, so I don't want any user interaction and always skip when conflict happens.
It would be nice to have an silent mode. Sometimes you come across needs where you always want to go with 'skip' option.
Like in my case, I am processing images, and each time I want to only process the image which does not exist in target/destination directory. This is going to be run through a cron job, so I don't want any user interaction and always skip when conflict happens.