diff options
author | Robert Reed <robert.mc.reed@gmail.com> | 2021-08-22 17:26:59 -0700 |
---|---|---|
committer | Robert Reed <robert.mc.reed@gmail.com> | 2021-08-22 17:26:59 -0700 |
commit | f0cc5f2df7f169f9634d2704d3a5fd704fb4c0e8 (patch) | |
tree | 3d3ba7baceed7aaec047769d137e9d3ecb496c73 | |
parent | e45f1cff76ae5b6000c4efd35d6dc759359c4b3f (diff) |
feat: prompt before uninstall
-rwxr-xr-x | dactyl.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -561,6 +561,8 @@ function promptStartShellSession() { ################################ function handleUninstall() { + warn "This will remove all containers and images." + confirmContinue "Are you sure you want to continue?" for currentContainer in "${containers[@]}"; do container="$currentContainer" removeContainer |