Feature request: Pipe operator (function)
Abierto
enhancement
- Lenguaje dominante
- Go
- Estrellas
- 1.8k
- Forks
- 213
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.