holdCommand property
String
get
holdCommand
Implementation
static String get holdCommand => """
printf "\n"
eval "\$1"\n
read -n 1 -s -r -p \$"Press \$'\\e[0;31mEnter (⏎)\$'\\e[0m' to continue..."\n
printf "\\033c" \n
""";