osresearch / hcpy

Python tool to talk to Home Connect appliances over the local network (no cloud required)
273 stars 32 forks source link

Use click to parse CLI args in hc2mqtt #15

Closed jawsper closed 1 year ago

jawsper commented 1 year ago

This is just the click changes to hc2mqtt

osresearch commented 1 year ago

Cool, thanks! I wasn't familiar with click. looks like a neat way to process arguments -- most of my other projects use argparse