dropbox / dbxcli

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

Have seperate commands for `rm` and `rmdir` #25

Closed grantseltzer closed 8 years ago

grantseltzer commented 8 years ago

Would there be interest for this feature? I think most people using the CLI will be more technical and for the sake of making this cli consistent with standard coreutils would appreciate needing to rmdir a directory.

waits commented 8 years ago

Either that or a -r flag. It's a little too easy to delete a directory with contents.

grantseltzer commented 8 years ago

28

diwakergupta commented 8 years ago

Fixed by #28