Open chdiza opened 6 years ago
If you clone the repo and use the executable in the bin directory, the local IP option works. For some reason the archive download has not been updated to 1.6.1.
Can we update it on Homebrew too please ?
Many people check their local ip several time a day, this is a must have ! 😄
Homebrew update should happen automagically. I think a new release #63 is what we need.
I've got the same problem here:
archey --help
Archey OS X 1.6.0
Usage: /usr/local/bin/archey [options]
-p --packager Use auto detected package system (default packager: homebrew).
-m --macports Force use MacPorts as package system.
-b --nocolor Turn color off.
-c --color Force the color on (overrides --nocolor).
-o --offline Disable the IP address check.
brew uninstall archey && brew install archey --HEAD
works
Archey OS X 1.6.1
Usage: /usr/local/bin/archey [options]
-p --packager Use auto detected package system (default packager: homebrew).
-m --macports Force use MacPorts as package system.
-b --nocolor Turn color off.
-c --color Force the color on (overrides --nocolor).
-o --offline Disable the IP address check.
-l --localip Show local IP adddress
The README, under "Options", mentions "-l --localip : Show the local IP address associated with the default adapter".
But there is no such option in
archey
. It's not listed inarchey --help
and if I try to pass the option I get an "Unknown argument" error.This option should be taken out of the README.