diff --git a/Password_manager/include/arg_func.h b/Password_manager/include/arg_func.h index cd4d979..4656456 100644 --- a/Password_manager/include/arg_func.h +++ b/Password_manager/include/arg_func.h @@ -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 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); diff --git a/Password_manager/source/arg_func.cpp b/Password_manager/source/arg_func.cpp index aecdf14..57e63e6 100644 --- a/Password_manager/source/arg_func.cpp +++ b/Password_manager/source/arg_func.cpp @@ -21,6 +21,7 @@ void print_args() printf_s(" -d