Add update label name
This commit is contained in:
@@ -18,6 +18,7 @@ enum class Arg
|
||||
Show, // show password for label
|
||||
Error, // error
|
||||
Username, // update username
|
||||
Name, // update label name
|
||||
};
|
||||
|
||||
Arg get_args(int argc, char** argv, char** label);
|
||||
@@ -30,6 +31,8 @@ std::optional<LoginInfoPointer> arg_input(Buffer& decrypted_buffer, Buffer& encr
|
||||
|
||||
void arg_username(Buffer& decrypted_buffer, Buffer& encrypted_buffer, const char* label, Cryptography& crypto);
|
||||
|
||||
void arg_label_name(Buffer& decrypted_buffer, Buffer& encrypted_buffer, const char* label, Cryptography& crypto);
|
||||
|
||||
void arg_list(Buffer& decrypted_buffer);
|
||||
|
||||
void arg_delete(Buffer& decrypted_buffer, Buffer& encrypted_buffer, const char* label, Cryptography& crypto);
|
||||
|
Reference in New Issue
Block a user