We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864aa72 commit 3ff3380Copy full SHA for 3ff3380
1 file changed
src/common-utils/_zz_dispatch.sh
@@ -8,7 +8,7 @@ set -e
8
9
# Parse arguments and display help if needed
10
eval $(
11
- ./src/common-utils/_zz_args.sh "Dispatch Utility" $0 "$@" <<- help
+ zz_args "Dispatch Utility" $0 "$@" <<- help
12
- caller caller Caller script path
13
- subcmd subcmd Target script to execute
14
d debug debug Enable debug mode
@@ -27,7 +27,7 @@ usage() {
27
28
preserve() {
29
echo $@ | while read -r line; do
30
- echo \"$line\"
+ echo $line
31
done
32
}
33
0 commit comments