alexwlchan / dominant_colours

A CLI tool to find the dominant colours in an image 🎨
https://dominant-colours.glitch.me
MIT License
89 stars 4 forks source link

Switch to using the Derive API for Clap #42

Closed alexwlchan closed 3 months ago

alexwlchan commented 3 months ago

This is the recommended approach in the Clap docs, and I'm not doing anything complicated enough to require the Builder API. Let's simplify!