Add more multiline pipeline forms (#4740)

This commit is contained in:
JT
2022-03-05 08:20:13 -05:00
committed by GitHub
parent 32601bb352
commit a4a8f5df54
8 changed files with 85 additions and 7 deletions

View File

@ -0,0 +1,2 @@
echo "hi" |
str length

View File

@ -0,0 +1,2 @@
echo "how" |
str length

View File

@ -0,0 +1,2 @@
echo "four"
| str length

View File

@ -0,0 +1,2 @@
echo "one"
| str length

View File

@ -0,0 +1 @@
echo "hello" | str length