hercules-team / augeas

A configuration editing tool and API
http://augeas.net/
GNU Lesser General Public License v2.1
486 stars 199 forks source link

Pipe anything in shellvars #343

Open raphink opened 8 years ago

raphink commented 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.

raphink commented 8 years ago

Failing test added in cf75798