Everything after the `#` character gets stripped down from string argument
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 28.2k
- Forks
- 1.5k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
This is pretty self-explanatory:
```
> python -c 'import fire; fire.Fire(lambda x: print(repr(x)))' 'qgm#123'
'qgm'
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.