support for - as parameter
Aperta
enhancement
- Lingua principale
- Python
- Stelle
- 28.2k
- Fork
- 1.5k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
as stated here https://docs.python.org/3/library/fileinput.html sometimes
```
echo 'one line' | python3 test.py -
Fire trace:
1. Initial component
2. ('The function received no value for the required argument:', 'file_name')
```
should use std in instead file for input or output
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.