Allow arg_description to parse all args ("${@}") instead of "${1}" only
This commit is contained in:
parent
a1f1c99cbc
commit
0dd6a2a744
@ -111,7 +111,7 @@ arg_optional(){
|
||||
}
|
||||
|
||||
arg_description(){
|
||||
echo_rgb "${1}" 220 190 255
|
||||
echo_rgb "${@}" 220 190 255
|
||||
}
|
||||
|
||||
usage() {
|
||||
|
Loading…
Reference in New Issue
Block a user