rmamba / sss3

Python script to synchronise data to Amazon S3/Glacier
MIT License
0 stars 2 forks source link

ADD: Return an error if no files are specified #24

Open rmamba opened 7 years ago

rmamba commented 7 years ago

At the moment you print out new files.

If no files are specified after add comand just return this error:

No file specified! Specify which file to add to the repository or use help command to find out more.\n

https://github.com/rmamba/sss3/issues/13

rmamba commented 7 years ago

p.s. What you print out now can be used as basis for status command, so just move the code there and upgrade it as necessary.