Open billyzkid opened 4 months ago
source /dev/stdin <<- 'EOF' "arg 1" "arg 2" declare -a args=("${@}") declare -p args EOF
Note the first argument is yellow.
The arguments should be a consistent color (i.e. orange) as shown in these other valid cases:
The code with a problem is:
It looks like:
Note the first argument is yellow.
It should look like:
The arguments should be a consistent color (i.e. orange) as shown in these other valid cases: