mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
Fix snippets with multiple arguments (#67)
This commit is contained in:
parent
38116c4aaa
commit
516578479c
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ arg::interpolate() {
|
|||
|
||||
arg::next() {
|
||||
grep -Eo "$ARG_REGEX" \
|
||||
| xargs \
|
||||
| head -n1 \
|
||||
| tr -d '<' \
|
||||
| tr -d '>'
|
||||
|
|
Loading…
Reference in a new issue