Add command unpass to forget saved password for a specific name.

This commit is contained in:
Oleksandr Kozachuk
2022-12-17 20:13:02 +01:00
parent 5ef5ef20ec
commit 573567928c
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ pub enum Command<'a> {
Rm(Name),
Enc(Name),
Pass(Name),
UnPass(Name),
PasteBuffer(String),
Source(String),
Comment(Name, Comment),