bji / libs3

Other
157 stars 151 forks source link

Added --fail-on-error/-e option to always generate an error code #27

Closed arvatoth-vcc closed 8 years ago

arvatoth-vcc commented 8 years ago

On unsuccessful execution.

This is a really userful option when you execute s3 binary from shell scripts, now you can check the return code.

You should add -e option only.

Please merge it to master.

arvatoth-vcc commented 8 years ago

Okay, I changed the source code based on your instructions. I close this PR and create a new.