Rename command "leave" to "keep", sounds more appropreate.

This commit is contained in:
Oleksandr Kozachuk
2023-01-03 16:25:29 +01:00
parent 538a32a471
commit 6f78130fab
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ pub enum LKErr<'a> {
#[derive(Debug)]
pub enum Command<'a> {
Add(PasswordRef),
Leave(Name),
Keep(Name),
Ls(String),
Ld(String),
Mv(Name, Name),