How do I preserve underscores in arguments?
Aperta
- Lingua principale
- Python
- Stelle
- 28.2k
- Fork
- 1.5k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Here's run.py:
```
import fire
def f(x):
print(x)
if __name__ == '__main__':
fire.Fire(f)
```
Command:
`python run.py --x 20180217_064501`
Output:
> 20180217064501
Expected output:
> 20180217_064501
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.