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

The following errors occur in High Sierra #10

Closed guileschool closed 5 years ago

guileschool commented 5 years ago

The following errors occur in High Sierra(10.13.3)

admin$ ./blueutil off Unexpected arguments: off admin$ ./blueutil on Unexpected arguments: on admin$

toy commented 5 years ago

Argument specification was changed in 09f5007aaa8eba021238ee0ed4df69a4a8185567 So since v2.0.0 ./blueutil --power off and ./blueutil --power on should be used (shortest form should be: ./blueutil -p0 and ./blueutil -p1)