dropbox / dbxcli

A command line client for Dropbox built using the Go SDK
Other
1.06k stars 99 forks source link

Allow for multiple arguments to mv #30

Closed grantseltzer closed 8 years ago

grantseltzer commented 8 years ago

This will now give mv the ability to support multiple operands.

Here is a screenshot of it in action.

diwakergupta commented 8 years ago

One more nit, otherwise LGTM. Thanks for your patience @GrantSeltzer !

diwakergupta commented 8 years ago

Merged as-is. We can tweak error returns in future as needed.

grantseltzer commented 8 years ago

Thanks @diwakergupta!

I think we would need to think about how the error is being handled in root.go, may be something to address for a lot of commands, not just mv