Add leave command, to directly save the generated password and restructure the parser a bit.

This commit is contained in:
Oleksandr Kozachuk
2022-12-24 15:00:07 +01:00
parent a69fceb126
commit 46fb2c6b40
5 changed files with 20 additions and 24 deletions
+1
View File
@@ -56,6 +56,7 @@ pub enum LKErr<'a> {
#[derive(PartialEq, Debug)]
pub enum Command<'a> {
Add(PasswordRef),
Leave(Name),
Ls(String),
Ld(String),
Mv(Name, Name),