You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the parser on several corner cases: (#138)
- Disallow use of function call in pipelines
The command below now throws error:
echo "test test" | replace(" ", "|")
- Improve the error for invalid syntaxes (Closes#123)
Signed-off-by: Tiago <[email protected]>