forked from germedeb/aleta-postre
corrected NIY in the help and commented something
This commit is contained in:
parent
ea84a71692
commit
f9d6a85b64
@ -42,13 +42,11 @@ ${info_color}Arguments:${reset_colors}
|
|||||||
-h --help help Show this help.
|
-h --help help Show this help.
|
||||||
-e --export Export the remaining icons
|
-e --export Export the remaining icons
|
||||||
-o --use-optipng Launch optipng process
|
-o --use-optipng Launch optipng process
|
||||||
-v --verbose Show more info. useful for debugging (NIY)
|
-v --verbose Show more info. useful for debugging
|
||||||
-r --from-cero Copy the SVG again and start the build again
|
-r --from-cero Copy the SVG again and start the build again
|
||||||
-i --autoinstall Autoinstall to User directory
|
-i --autoinstall Autoinstall to User directory
|
||||||
-k --ignore-deps Don't check for dependencies.
|
-k --ignore-deps Don't check for dependencies.
|
||||||
|
|
||||||
NIY means Not Implemented Yet
|
|
||||||
|
|
||||||
This software is licensed under the GPLv3 and the CC-BY-SA 4.0 licenses.
|
This software is licensed under the GPLv3 and the CC-BY-SA 4.0 licenses.
|
||||||
See README and LICENSE for more information\\n"
|
See README and LICENSE for more information\\n"
|
||||||
exit 0;
|
exit 0;
|
||||||
@ -62,7 +60,7 @@ esac
|
|||||||
# here is the checking. it is sepparated for practicy
|
# here is the checking. it is sepparated for practicy
|
||||||
if [ "$DEPSCOMPLETE" = n ]; then
|
if [ "$DEPSCOMPLETE" = n ]; then
|
||||||
echo Please install the missing dependencies to start building
|
echo Please install the missing dependencies to start building
|
||||||
exit 2
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# begin exportation and stuff
|
# begin exportation and stuff
|
||||||
@ -73,6 +71,7 @@ case "$@" in *-e*|*--export*|*-h*|*--help*|*help*|*-r*|*--from-cero*|*-o*|*--use
|
|||||||
NOTOPTIONS=thereis
|
NOTOPTIONS=thereis
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# if there is no options, say that and stop with an error
|
||||||
if [ "$NOTOPTIONS" != thereis ]; then
|
if [ "$NOTOPTIONS" != thereis ]; then
|
||||||
printf "please add at least one argument. (-k does not count.)
|
printf "please add at least one argument. (-k does not count.)
|
||||||
type ${comple_color}./tasks/build.sh --help${reset_colors} to see all the arguments available
|
type ${comple_color}./tasks/build.sh --help${reset_colors} to see all the arguments available
|
||||||
|
Loading…
Reference in New Issue
Block a user