A CLI that works from anywhere
The previous post turned a client class into a command line tool with a single call to auto_cli. It ended with a file you run like this:
python quakes_cli.py search --min_magnitude=5
That is fine whi
mauvilsa.hashnode.dev8 min read