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