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 cp #32

Closed grantseltzer closed 8 years ago

grantseltzer commented 8 years ago

This now allows users to specify multiple files/folders to copy into a specified destination.

Screenshot

An error is printed to StdErr per failed copy operation but any operation that is possible will still take place.

diwakergupta commented 8 years ago

Thanks @GrantSeltzer!