duritong / trocla

A password store for password creation and retrieval
Other
75 stars 18 forks source link

return code 0 for non existend entry #44

Closed qwertologe closed 6 years ago

qwertologe commented 7 years ago

If there is no password and i try to get it, i would assume a return code != 0.

$ trocla get nonexistendentry plain
$ echo $?
0
duritong commented 7 years ago

Makes sense. You raised a few issues, where I think I should rethink a bit my simplistic approach with the cli and make it more proper.

duritong commented 6 years ago

fixed with c69c9a3