google / skicka

Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users.
Apache License 2.0
1.3k stars 118 forks source link

confusing error with 'rm' of multiple targets #47

Closed mmp closed 9 years ago

mmp commented 9 years ago
% skicka rm -r /tmp /tmp2 /tmp3 /tmp4
rm syntax error: drive path cannot be empty.
Usage: rm [-r, -s] drive path
exit status 1
%

(We should just remove all of them, like normal 'rm' does...)