google / google/python-fire

arg parsing truncates at hash

オープン
#338 コメント 4 件 リアクション 1 件 担当者 0 名 GitHub で見る
bug
主要言語
Python
スター
28.2k
フォーク
1.5k
PR マージ指標
30日以内にマージされた PR はありません

説明

Fire's arg parser truncates strings with hashes (#) in them. Simple test:

test.py:
```
import fire
def test(a): print(a, type(a))
fire.Fire(test)
```

```
> python test.py hi#there
hi
> python test.py "hi#there"
hi
```

If this is by design, it doesn't appear to be documented anywhere.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。