feat: switches to conventional confirmation prompt
This commit is contained in:
parent
552abdd980
commit
e8ac353453
2
abra
2
abra
@ -899,7 +899,7 @@ prompt_confirm() {
|
|||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
read -rp "Continue? (y/[n])? " choice
|
read -rp "Continue? [y/N]? " choice
|
||||||
|
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
y|Y ) return ;;
|
y|Y ) return ;;
|
||||||
|
Reference in New Issue
Block a user