WIP editor
Can only read the password no safe for edit
This commit is contained in:
@@ -141,6 +141,10 @@ int main(int argc, char **argv)
|
||||
arg_size(encrypted_buffer);
|
||||
break;
|
||||
|
||||
case Arg::Editor:
|
||||
arg_editor(decrypted_buffer, encrypted_buffer, label, user_pass);
|
||||
break;
|
||||
|
||||
case Arg::Error:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user