Rework step options handling
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user