Used fire before and find it works quite well. Especially after dealing with click and having difficulties with it.<p>The neat thing about fire it maps a python file directly to a CLI. If you're in a pinch and want to be able to test a script easily (without having to wire in tests), this tool can help.<p>The docstring parsing will be very helpful. Especially since fire works by reading through a file.<p>Also nice work on the NamedTuple support (<a href="https://github.com/google/python-fire/pull/161" rel="nofollow">https://github.com/google/python-fire/pull/161</a>)<p>I never knew fire had support for completion. Nice!