Allow to enter regular expression as argument to ls command, to get only matching passwords.

This commit is contained in:
Oleksandr Kozachuk
2022-12-14 15:12:36 +01:00
parent 4207279364
commit 2a05254415
3 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ pub enum LKErr<'a> {
#[derive(PartialEq, Debug)]
pub enum Command<'a> {
Add(PasswordRef),
Ls,
Ls(String),
Mv(Name, Name),
Rm(Name),
Enc(Name),