Rework step options handling
This commit is contained in:
@@ -63,7 +63,6 @@ step_1() {
|
||||
}
|
||||
|
||||
step_10_info() {
|
||||
echoinfoArgs "[OPTIONS] [VERSION]"
|
||||
echo "Install ${toolName}"
|
||||
echoinfo " [OPTIONS]"
|
||||
echoinfo " -l: (default) install composer.phar to the current directory"
|
||||
@@ -71,6 +70,7 @@ step_10_info() {
|
||||
echoinfo " [VERSION]"
|
||||
echoinfo " Install this specific ${toolName} version"
|
||||
}
|
||||
step_10_options() { echo "[OPTIONS] [VERSION]"; }
|
||||
step_10_alias() { echo "install"; }
|
||||
step_10() {
|
||||
shift
|
||||
|
Reference in New Issue
Block a user