Add remove command.

This commit is contained in:
Oleksandr Kozachuk
2022-12-04 01:14:18 +01:00
parent 9500a4f35c
commit afec096ff2
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ pub enum Command<'a> {
Add(PasswordRef),
Ls,
Mv(Name, Name),
Rm(Name),
Comment(Name, Comment),
Error(LKErr<'a>),
Help,