up -l tag to supoort input

its used to filter witch labels to show
This commit is contained in:
Nikola Petrov
2024-08-27 15:35:55 +02:00
parent b4d4f57051
commit 7cc33550c4
3 changed files with 26 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ void arg_username(Buffer &decrypted_buffer, Buffer &encrypted_buffer, const char
void arg_label_name(Buffer &decrypted_buffer, Buffer &encrypted_buffer, const char *label, std::string &key);
void arg_list(Buffer &decrypted_buffer);
void arg_list(Buffer &decrypted_buffer, const char *label_filter);
void arg_delete(Buffer &decrypted_buffer, Buffer &encrypted_buffer, const char *label, std::string &key);