dropbox / dbxcli

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

Recursive and force flags for rm #26

Closed grantseltzer closed 8 years ago

grantseltzer commented 8 years ago

Would there be interest in this feature? I brought up the other issue about having rmdir, regardless of whether or not this is wanted there should be a blocker for removing non-empty directories.

charignon commented 8 years ago

See #31

charignon commented 8 years ago

Since we don't prompt for confirmation, what semantic do we want for the force flag? Do we want rm to fail silently if -f is passed with a non-existing path?

grantseltzer commented 8 years ago

Force may need to be implemented along with features for prompting users for confirmation that they want to delete. The -f would just be to silent those prompts.