We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7abd81 commit 69de0caCopy full SHA for 69de0ca
1 file changed
src/common-utils/_zz_ask.sh
@@ -8,7 +8,7 @@ default=$(echo "$1" | grep -oP '[A-Z]' | tr '[:upper:]' '[:lower:]')
8
options=$1
9
shift
10
11
-echo "${BBlue}#${End} $* ${BBlue}[${options}]${End}"
+echo "${BBlue}#${None} $* ${BBlue}[${options}]${End}"
12
13
# Loop while the input is not in the options
14
while true; do
0 commit comments