Rework step options handling

This commit is contained in:
2022-12-12 11:16:26 +01:00
parent 44ae559918
commit 1f431daa16
30 changed files with 120 additions and 120 deletions

View File

@@ -72,10 +72,8 @@ step_3(){
echo "$lPhp"
}
step_5_info() {
echoinfoArgs "[PHP_PACKAGE_NAME ...]"
echo "Install ${toolName:-'-'} packages prepending the correct version"
}
step_5_info() { echo "Install ${toolName:-'-'} packages prepending the correct version"; }
step_5_options() { echo "[PHP_PACKAGE_NAME ...]"; }
step_5_alias() { echo "add"; }
step_5() {
shift