Open raphink opened 8 years ago
The following syntaxes are not supported by Shellvars.lns currently:
FOO=bar && BAR=foo echo foo || { echo bar; } echo FOO | myfunc() { echo bar; }
In short, you can pipe anything into anything… This requires to rethink the lens entirely it seems.
Failing test added in cf75798
The following syntaxes are not supported by Shellvars.lns currently:
In short, you can pipe anything into anything… This requires to rethink the lens entirely it seems.