Allow arg_description to parse all args ("${@}") instead of "${1}" only

This commit is contained in:
Price Hiller 2021-10-06 03:33:34 -05:00
parent a1f1c99cbc
commit 0dd6a2a744

View File

@ -111,7 +111,7 @@ arg_optional(){
} }
arg_description(){ arg_description(){
echo_rgb "${1}" 220 190 255 echo_rgb "${@}" 220 190 255
} }
usage() { usage() {