We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffe590 commit c022fc1Copy full SHA for c022fc1
1 file changed
tools/msg.sh
@@ -139,6 +139,7 @@ while true; do
139
break
140
;;
141
*)
142
+ msg_error "Invalid argument '${1}'"
143
shift 1
144
_help
145
exit 1
0 commit comments