Fix snippets with multiple arguments (#67)

This commit is contained in:
Denis Isidoro 2019-09-25 07:50:32 -03:00 committed by GitHub
parent 38116c4aaa
commit 516578479c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,6 @@ arg::interpolate() {
arg::next() {
grep -Eo "$ARG_REGEX" \
| xargs \
| head -n1 \
| tr -d '<' \
| tr -d '>'