updated build: colored error text

This commit is contained in:
germedeb 2022-08-16 16:45:17 -03:00
parent af7dd90faf
commit 3712186bf7
1 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,9 @@ case "$@" in *e*|*export*|*-h*|*h*|*--help*|*help*|*r*|*restart*|*from-cero*|*a*
esac
if [ "$NOTOPTIONS" != thereis ] ; then
printf "there is no options, exit."
printf "please add arguments.
type ${comple_color}./tasks/build.sh${reset_colors} --help to see all the arguments available
ERROR: there is no options, exit.\\n"
exit 1
fi