From 32ca77e0f5685a60e1b26726f6162f0f99072fad Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 23 Mar 2025 18:23:08 +0000 Subject: [PATCH] Ask for confirmation before deleting local db backups --- mise.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mise.toml b/mise.toml index 10fa31fd..ebcdacfe 100644 --- a/mise.toml +++ b/mise.toml @@ -82,6 +82,7 @@ description = 'Backup the production database to the local development env' run = 'mix music_library.prod.db_backup' [tasks.prod-prune-backups] +confirm = 'Are you sure you want to delete all downloaded database backups?' description = 'Deletes all downloaded database backups' run = 'rm data/music_library_prod*'