We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3ec97 commit a5b8291Copy full SHA for a5b8291
1 file changed
src/builtin.sh
@@ -205,7 +205,7 @@ function input()
205
getopt.parse 3 "type:flag:+:$1" "prompt:str:-:$2" "varname:var:+:$3" "${@:4}"
206
207
if ! [[ ${__FLAG_TYPE[$1]} ]]; then
208
- error.trace def 'type' 'str' "$1" "o identificador do tipo é inválido"
+ error.trace def 'type' 'flag' "$1" "o identificador do tipo é inválido"
209
return $?
210
fi
211
0 commit comments