pass_manager/src/handlers/commands
2023-05-07 19:04:48 +03:00
..
add_account.rs Added Handler struct to hold the boxed next step handler and the previous message to be able to delete the previous message to allways delete it 2023-05-07 13:20:11 +03:00
default.rs Added button for deleting the resulting message 2023-05-06 21:02:32 +03:00
delete_all.rs Added Handler struct to hold the boxed next step handler and the previous message to be able to delete the previous message to allways delete it 2023-05-07 13:20:11 +03:00
delete.rs Added Handler struct to hold the boxed next step handler and the previous message to be able to delete the previous message to allways delete it 2023-05-07 13:20:11 +03:00
export.rs Added Handler struct to hold the boxed next step handler and the previous message to be able to delete the previous message to allways delete it 2023-05-07 13:20:11 +03:00
gen_password.rs Added gen password command 2023-05-07 18:07:48 +03:00
get_account.rs Added Handler struct to hold the boxed next step handler and the previous message to be able to delete the previous message to allways delete it 2023-05-07 13:20:11 +03:00
get_accounts.rs Added button for deleting the resulting message 2023-05-06 21:02:32 +03:00
help.rs Added button for deleting the resulting message 2023-05-06 21:02:32 +03:00
import.rs Added basic checks for the account fields 2023-05-07 19:04:48 +03:00
mod.rs Added gen password command 2023-05-07 18:07:48 +03:00
set_master_pass.rs Added Handler struct to hold the boxed next step handler and the previous message to be able to delete the previous message to allways delete it 2023-05-07 13:20:11 +03:00