Feature request: Pipe operator (function)
未關閉
enhancement
- 主要語言
- Go
- 星號
- 1.8k
- 分支
- 213
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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?
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。