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
The advantage of this over noflo, is that we don't have to change our entire programming paradigm in order to support stdin. We just use conventions, then wrap them according to type.
However, for the above example, the following is suitable:
git remote | xargs -L1 git push
So I wonder if there is a better use case for this.
The text was updated successfully, but these errors were encountered:
One of the big reasons for why Chainy is awesome, it that it makes combining things easy.
It would be cool to do something like:
The advantage of this over noflo, is that we don't have to change our entire programming paradigm in order to support stdin. We just use conventions, then wrap them according to type.
However, for the above example, the following is suitable:
So I wonder if there is a better use case for this.
The text was updated successfully, but these errors were encountered: