Inquirer.sh
Inquirer.sh copied to clipboard
Unable to enter any of the following characters in text_input prompt. ` \ ; ' ~ # % & ( ) | : " < >
Unable to enter any of the following characters in text_input prompt. ` \ ; ' ~ # % & ( ) | : " < >
Hi @tasker204, unfortunately this was intended by design, since I wanted to prevent unwanted bash expansion from breaking the shell script when reading the string to a variable. I don't see any workaround for this without using hacks around bash's eval :(