Feature request: Pipe operator (function)
Aperta
enhancement
- Lingua principale
- Go
- Stelle
- 1.8k
- Fork
- 213
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.