add save location -f
This commit is contained in:
@@ -19,6 +19,7 @@ enum class Arg
|
||||
Error, // error
|
||||
Username, // update username
|
||||
Name, // update label name
|
||||
File, // select save file
|
||||
};
|
||||
|
||||
Arg get_args(int argc, char** argv, char** label);
|
||||
@@ -39,4 +40,6 @@ void arg_print_all_p(Buffer& decrypted_buffer, std::string& user_pass);
|
||||
|
||||
void arg_change(Buffer& decrypted_buffer, Buffer& encrypted_buffer, std::string& user_pass, Cryptography& crypto);
|
||||
|
||||
void arg_show(Buffer& decrypted_buffer, const char* label);
|
||||
void arg_show(Buffer& decrypted_buffer, const char* label);
|
||||
|
||||
void arg_file(Buffer& decrypted_buffer, Buffer& encrypted_buffer, const char* label, Cryptography& crypto, std::string& save_location_path);
|
Reference in New Issue
Block a user