serokell / coffer

Multi-backend password store with multiple frontends
4 stars 2 forks source link

[#11] Checking for entries in destination subpaths in `copy` command #14

Closed DK318 closed 2 years ago

DK318 commented 2 years ago

Problem: there were no checks for entries in destination subpaths in copy command. Solution: created subfunction checkForEntriesInPath, which validates that there are no entries in subpaths of a given path.

Fixes #11