google / google/python-fire

Everything after the `#` character gets stripped down from string argument

Open
#619 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
28.2k
Forks
1.5k
PR merge metrics
No merged PRs in 30d

Description

This is pretty self-explanatory:
```
> python -c 'import fire; fire.Fire(lambda x: print(repr(x)))' 'qgm#123'
'qgm'
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.