brona / iproute2mac

CLI wrapper for basic network utilites on Mac OS X inspired with iproute2 on Linux systems - ip command.
MIT License
898 stars 73 forks source link

ip help #18

Closed babydonkey closed 6 years ago

babydonkey commented 7 years ago

hello! thank you for your work! i use it on macOS, when i input "ip help", it shows [Object "help" is unknown, try "ip help".]

SimonTate commented 6 years ago

I found that this was only when installed by homebrew. Installing from "source" didn't have this issue for me.

brona commented 6 years ago

It was fixed in #19, which was already merged (That is why it works when install directly from the repo). I have to do a minor release someday, likely with the other issues fixed as well.