hidutils / hid-recorder

A utility to record HID data from /dev/hidraw devices
MIT License
1 stars 4 forks source link

use clap::ColorChoice instead of our own enum #15

Closed whot closed 3 months ago

whot commented 3 months ago

Does the same thing, so let's use the one that's more standard.