enable readline

Allow readline interactivity - editing of input.
This commit is contained in:
Daniel M. Drucker 2023-03-04 16:37:49 -05:00 committed by GitHub
parent a8b61627b2
commit 163fc5f227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,7 +236,7 @@ while $running; do
if [ -z "$pipe_mode_prompt" ]; then
echo -e "\nEnter a prompt:"
read prompt
read -e prompt
else
# set vars for pipe mode
prompt=${pipe_mode_prompt}