Add colour to lantern build engine
This commit is contained in:
parent
435d377a68
commit
81bab26d2c
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -28,7 +28,7 @@ source "${lantern_path}/lantern.sh";
|
||||||
if [[ "$#" -lt 1 ]]; then
|
if [[ "$#" -lt 1 ]]; then
|
||||||
echo -e "${FBLE}${project_name}${RS} build script";
|
echo -e "${FBLE}${project_name}${RS} build script";
|
||||||
echo -e " by Starbeamrainbowlabs";
|
echo -e " by Starbeamrainbowlabs";
|
||||||
echo -e "${LC}Powered by the lantern build engine, v${version}${RS}";
|
echo -e "${LC}Powered by the \e[38;5;11mlantern \e[38;5;117mbuild \e[38;5;215mengine${RS}${LC}, v${version}${RS}";
|
||||||
echo -e "";
|
echo -e "";
|
||||||
echo -e "${CSECTION}Usage${RS}";
|
echo -e "${CSECTION}Usage${RS}";
|
||||||
echo -e " ./build ${CTOKEN}{action}${RS} ${CTOKEN}{action}${RS} ${CTOKEN}{action}${RS} ...";
|
echo -e " ./build ${CTOKEN}{action}${RS} ${CTOKEN}{action}${RS} ${CTOKEN}{action}${RS} ...";
|
||||||
|
|
Loading…
Reference in a new issue