How do I preserve underscores in arguments?
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 28.2k
- Fork
- 1.5k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.