painless-software / python-cli-test-helpers

Useful helpers for writing tests for your Python CLI program.
https://python-cli-test-helpers.readthedocs.io
GNU General Public License v3.0
28 stars 4 forks source link

Add a Fire example? #53

Open bittner opened 4 months ago

bittner commented 4 months ago

Fire seems like the most straight-forward way to turn Python code into a CLI application. See the feature comparison (argparse, getopt, click, fire) in a recent blog post.

➜ If ** YOU ** are interested in a Fire example please put a thumbs up on this issue. :+1: