Feature request: Pipe operator (function)
Ouverte
enhancement
- Langage dominant
- Go
- Étoiles
- 1.8k
- Forks
- 213
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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?
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.