Feature request: Pipe operator (function)
Open
enhancement
- Dominant language
- Go
- Stars
- 1.8k
- Forks
- 213
- PR merge metrics
- No merged PRs in 30d
Description
hi,
I am thinking of a pipe operator in ishell. so you could pipe through another function:
```
>>> print "hello" | func1
```
stdout (or return of the print function) is piped into func1 as stdin (or input arguments).
is this possible or any plans to implement this?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.