Skip to content

Commit

Permalink
Fix snippets with multiple arguments (denisidoro#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisidoro authored Sep 25, 2019
1 parent 38116c4 commit 5165784
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/arg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ arg::interpolate() {

arg::next() {
grep -Eo "$ARG_REGEX" \
| xargs \
| head -n1 \
| tr -d '<' \
| tr -d '>'
Expand Down

0 comments on commit 5165784

Please sign in to comment.