Appearance
From GitHub issue
# get local IP address using ipconfig ipconfig getifaddr en0 # get local IP address using ifconfig ifconfig | grep "inet " | grep -v # or ifconfig en0 # get local IP address using hostname hostname -I