serokell / coffer

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

`create` command allows to have entries and directories with same name #9

Closed DK318 closed 2 years ago

DK318 commented 2 years ago

E.g. we can do

coffer create a/b
coffer create a/b/c

Both commands would create entries a/b and a/b/c which is not good.