toy / blueutil

CLI for bluetooth on OSX: power, discoverable state, list, inquire devices, connect, info, …
https://github.com/toy/blueutil
Other
972 stars 52 forks source link

Conflicting usage information #4

Closed PaulCapestany closed 7 years ago

PaulCapestany commented 7 years ago

Just wanted to give you a heads up that http://www.frederikseiffert.de/blueutil/ happens to have pretty outdated usage information (from a superficial scan of your commits it seems like it'd probably be around cc07347fc0547aba5b29b98f4cc0753608fab375).

Not a big deal, though in my case it briefly made me think this utility was broken—luckily it's not though, thanks for making it! 👍

toy commented 7 years ago

You've triggered a cleanup :D Would be awesome if you could check if make runs successfully for you on branch cleanup and especially if you could check that brew works with this changes.

PaulCapestany commented 7 years ago

Nice! RE: running make on the cleanup branch, it seemed like -Werror was preventing it from working for me, see https://github.com/toy/blueutil/pull/5

RE: homebrew, it seems that formulas have changed a bit since the last time I submitted one, will see if I read through https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md to refresh my memory.

toy commented 7 years ago

Fun to debug such stuff using a bluetooth keyboard/touchpad :D

toy commented 7 years ago

But the warning were important ones, unfortunately not reported by my gcc. Too much ruby for me, I've forgot how || works in C.