Remove -collect command.
This commit is contained in:
parent
2f7f831e38
commit
71d0b5e716
1 changed files with 0 additions and 9 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue