Remove -collect command.

This commit is contained in:
purple 2023-07-05 09:53:50 +02:00
parent 2f7f831e38
commit 71d0b5e716

View file

@ -432,7 +432,6 @@ if [[ ( $2 == "help" ) || ( $2 == "-help" ) || ( $2 == "--help" ) ]]; then
" "-build run an installation on your extension development files""
" "-export export your extension development files""
" "-runinstall rerun the blueprint installation script (advanced)""
" "-collect collect debug info""
" "-upgrade (dev) update/reset to a newer pre-release version (advanced)";
fi;
@ -604,14 +603,6 @@ if [[ $2 == "-runinstall" ]]; then
bash blueprint.sh;
fi;
# -collect
if [[ $2 == "-collect" ]]; then
log_cyan "Variables";
log_blue "FOLDER: $FOLDER";
log_blue "VERSION: $VERSION";
log_blue "DOCKER: $DOCKER";
fi;
# -upgrade
if [[ $2 == "-upgrade" ]]; then
log_yellow "[WARNING] This is an advanced feature, only proceed if you know what you are doing.\n";