Allow to enter regular expression as argument to ls command, to get only matching passwords.
This commit is contained in:
+1
-1
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user